We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1121655 commit 3526e7fCopy full SHA for 3526e7f
ui/widgets/sortable.js
@@ -82,7 +82,7 @@ return $.widget( "ui.sortable", $.ui.mouse, {
82
},
83
84
_isFloating: function( item ) {
85
- return ( /left|right/ ).test( item.css( "float" ) ) || ( /inline|table-cell/ ).test( item.css( "display" ) );
+ return ( /left|right/ ).test( item.css( "float" ) ) || ( /inline|table-cell/ ).test( item.css( "display" ) ) || ( /flex/ ).test( this.element.css( "display" ) );
86
87
88
_create: function() {
0 commit comments