Ticket #27139: 27139.2.patch
File 27139.2.patch, 531 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/js/media-views.js
diff --git a/src/wp-includes/js/media-views.js b/src/wp-includes/js/media-views.js index 5d2fe60..bcee5ae 100644
a b Attachments = View.extend({ 3566 3566 3567 3567 // Record the initial `index` of the dragged model. 3568 3568 start: function( event, ui ) { 3569 // trigger the blur on any caption inputs currently in focus 3570 $( 'input.describe:focus').trigger( 'blur' ); 3569 3571 ui.item.data('sortableIndexStart', ui.item.index()); 3570 3572 }, 3571 3573