From e7fce4cf26d228a1aa53ff93c3a4bcbe172d7314 Mon Sep 17 00:00:00 2001 From: j Date: Tue, 7 Aug 2018 17:13:35 +0100 Subject: [PATCH] limit highlight to current search --- static/js/editor.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/editor.js b/static/js/editor.js index 9e9cb826..da85b5b1 100644 --- a/static/js/editor.js +++ b/static/js/editor.js @@ -26,6 +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, getFrameURL: function(position) { return pandora.getMediaURL('/' + ui.item + '/' + ui.videoResolution + 'p' + position + '.jpg?' + data.modified); },