add that.playInToOut to editor view

This commit is contained in:
j 2021-10-29 22:17:28 +01:00
parent f4cafdfd7e
commit 0a9685ee6d

View file

@ -1744,6 +1744,9 @@ Ox.VideoAnnotationPanel = function(options, self) {
self.$annotationPanel[i].removeItem(id); self.$annotationPanel[i].removeItem(id);
}; };
*/ */
that.playInToOut() {
self.$player[0].playInToOut();
}
return that; return that;