Changeset 57231
- Timestamp:
- 12/28/2023 03:25:26 PM (18 months ago)
- Location:
- trunk/src/js
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/media.js
r52843 r57231 224 224 // Clear the selection and move focus back to the trigger. 225 225 event.clearSelection(); 226 // Handle ClipboardJS focus bug, see https://github.com/zenorocha/clipboard.js/issues/680.227 triggerElement.trigger( 'focus' );228 226 229 227 // Show success visual feedback. -
trunk/src/js/_enqueues/admin/post.js
r56809 r57231 1304 1304 // Clear the selection and move focus back to the trigger. 1305 1305 event.clearSelection(); 1306 // Handle ClipboardJS focus bug, see https://github.com/zenorocha/clipboard.js/issues/6801307 triggerElement.trigger( 'focus' );1308 1306 1309 1307 // Show success visual feedback. -
trunk/src/js/_enqueues/admin/site-health.js
r56670 r57231 27 27 // Clear the selection and move focus back to the trigger. 28 28 e.clearSelection(); 29 // Handle ClipboardJS focus bug, see https://github.com/zenorocha/clipboard.js/issues/68030 triggerElement.trigger( 'focus' );31 29 32 30 // Show success visual feedback. -
trunk/src/js/_enqueues/vendor/plupload/handlers.js
r54495 r57231 381 381 // Clear the selection and move focus back to the trigger. 382 382 event.clearSelection(); 383 // Handle ClipboardJS focus bug, see https://github.com/zenorocha/clipboard.js/issues/680384 triggerElement.trigger( 'focus' );385 383 // Show success visual feedback. 386 384 clearTimeout( successTimeout ); -
trunk/src/js/media/views/attachment/details.js
r52725 r57231 48 48 // Clear the selection and move focus back to the trigger. 49 49 event.clearSelection(); 50 // Handle ClipboardJS focus bug, see https://github.com/zenorocha/clipboard.js/issues/68051 triggerElement.trigger( 'focus' );52 50 53 51 // Show success visual feedback.
Note: See TracChangeset
for help on using the changeset viewer.