From 0a9685ee6d4a04943cba5f91e0ee12df93fb36ea Mon Sep 17 00:00:00 2001 From: j Date: Fri, 29 Oct 2021 22:17:28 +0100 Subject: [PATCH] add that.playInToOut to editor view --- source/UI/js/Video/VideoAnnotationPanel.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/UI/js/Video/VideoAnnotationPanel.js b/source/UI/js/Video/VideoAnnotationPanel.js index 639fa1fa..320d68d3 100644 --- a/source/UI/js/Video/VideoAnnotationPanel.js +++ b/source/UI/js/Video/VideoAnnotationPanel.js @@ -1744,6 +1744,9 @@ Ox.VideoAnnotationPanel = function(options, self) { self.$annotationPanel[i].removeItem(id); }; */ + that.playInToOut() { + self.$player[0].playInToOut(); + } return that;