add that.playInToOut to editor view

This commit is contained in:
j 2021-10-29 22:17:28 +01:00
parent f4cafdfd7e
commit 0a9685ee6d
1 changed files with 3 additions and 0 deletions

View File

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