parent
d9c91eaccd
commit
900f8cbca8
@ -2154,6 +2154,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){
|
|||||||
}).on('mouseleave', function(){
|
}).on('mouseleave', function(){
|
||||||
var othis = $(this);
|
var othis = $(this);
|
||||||
if(thisTable.eventMoveElem) return;
|
if(thisTable.eventMoveElem) return;
|
||||||
|
dict.allowResize = false;
|
||||||
_BODY.css('cursor', '');
|
_BODY.css('cursor', '');
|
||||||
}).on('mousedown', function(e){
|
}).on('mousedown', function(e){
|
||||||
var othis = $(this);
|
var othis = $(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user