forked from 0x2620/oxjs
fix #2673 (editor focus lost after player position submit)
This commit is contained in:
parent
cb3d0e9cd8
commit
6e01a73178
2 changed files with 4 additions and 0 deletions
|
|
@ -440,6 +440,9 @@ Ox.VideoAnnotationPanel = function(options, self) {
|
|||
size: function() {
|
||||
toggleSize();
|
||||
},
|
||||
submit: function() {
|
||||
that.gainFocus();
|
||||
},
|
||||
subtitles: function(data) {
|
||||
that.triggerEvent('subtitles', data);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue