We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 335ccca commit f14e451Copy full SHA for f14e451
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" ) ) || ( /flex/ ).test( this.element.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