File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -293,13 +293,13 @@ Attachments = View.extend(/** @lends wp.media.view.Attachments.prototype */{
293293
294294 // Record the initial `index` of the dragged model.
295295 start : function ( event , ui ) {
296- /*
297- * Ensure that any caption that currently has focus and has potentially been changed
298- * is saved before the media is reordered, which would reset the caption.
299- */
300- $ ( 'input.describe:focus' ) . trigger ( 'change' ) ;
296+ /*
297+ * Ensure that any caption that currently has focus and has potentially been changed
298+ * is saved before the media is reordered, which would reset the caption.
299+ */
300+ $ ( 'input.describe:focus' ) . trigger ( 'change' ) ;
301301
302- ui . item . data ( 'sortableIndexStart' , ui . item . index ( ) ) ;
302+ ui . item . data ( 'sortableIndexStart' , ui . item . index ( ) ) ;
303303 } ,
304304
305305 /*
You can’t perform that action at this time.
0 commit comments