Ticket #27139: 27139.diff
File 27139.diff, 510 bytes (added by , 11 years ago) |
---|
-
wp-includes/js/media-views.js
4318 4318 4319 4319 // Record the initial `index` of the dragged model. 4320 4320 start: function( event, ui ) { 4321 // trigger the blur on any caption inputs currently in focus 4322 $( 'input.describe:focus').trigger( 'blur' ); 4321 4323 ui.item.data('sortableIndexStart', ui.item.index()); 4322 4324 }, 4323 4325