Ticket #56830: 56830.3.diff
File 56830.3.diff, 411 bytes (added by , 20 months ago) |
---|
-
src/js/_enqueues/lib/dialog.js
diff --git a/src/js/_enqueues/lib/dialog.js b/src/js/_enqueues/lib/dialog.js index eb7af5e6e3..68e6c3cdd7 100644
a b 17 17 this._super(); 18 18 19 19 // WebKit leaves focus in the TinyMCE editor unless we shift focus. 20 this.element. _trigger('focus');20 this.element.trigger('focus'); 21 21 this._trigger('refresh'); 22 22 } 23 23 });