1
0
Fork 0
forked from 0x2620/oxjs

fix #2673 (editor focus lost after player position submit)

This commit is contained in:
rolux 2015-02-11 15:11:59 +01:00
commit 6e01a73178
2 changed files with 4 additions and 0 deletions

View file

@ -440,6 +440,9 @@ Ox.VideoAnnotationPanel = function(options, self) {
size: function() {
toggleSize();
},
submit: function() {
that.gainFocus();
},
subtitles: function(data) {
that.triggerEvent('subtitles', data);
},