Changeset 55134
- Timestamp:
- 01/24/2023 09:11:47 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/lib/dialog.js
r55052 r55134 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 }
Note: See TracChangeset
for help on using the changeset viewer.