forked from 0x2620/pandora
keep findstate
This commit is contained in:
parent
e7fce4cf26
commit
17d3114102
1 changed files with 4 additions and 1 deletions
|
@ -26,7 +26,7 @@ pandora.ui.editor = function(data) {
|
|||
enableSetPosterFrame: !pandora.site.media.importFrames && data.editable,
|
||||
enableSubtitles: ui.videoSubtitles,
|
||||
find: ui.itemFind,
|
||||
findLayer: pandora.user.ui._findState.key,
|
||||
findLayer: ui._findState.key,
|
||||
getFrameURL: function(position) {
|
||||
return pandora.getMediaURL('/' + ui.item + '/' + ui.videoResolution + 'p' + position + '.jpg?' + data.modified);
|
||||
},
|
||||
|
@ -238,6 +238,9 @@ pandora.ui.editor = function(data) {
|
|||
listView: 'clip'
|
||||
});
|
||||
},
|
||||
findlayer: function(data) {
|
||||
ui._findState.key = data;
|
||||
},
|
||||
gainfocus: function() {
|
||||
pandora.$ui.mainMenu.replaceItemMenu();
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue