Ticket #13524: 13524.patch
| File 13524.patch, 513 bytes (added by , 11 years ago) |
|---|
-
src/wp-admin/js/widgets.js
135 135 // Prevents jumping when dragging a widget from an open sidebar to a closed sidebar below. 136 136 height = ui.item.hasClass('ui-draggable') ? $this.height() : 1 + $this.height(); 137 137 $this.css( 'min-height', height + 'px' ); 138 } else { 139 $wrap.removeClass('closed'); 138 140 } 139 141 }, 140 142