From 900f8cbca887a22fba0baadf471362ce60001264 Mon Sep 17 00:00:00 2001 From: morning-star <26325820+Sight-wcg@users.noreply.github.com> Date: Tue, 30 Jan 2024 18:17:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(table):=20=E7=A6=81=E6=AD=A2=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=E5=88=97=E5=AE=BD=E5=90=8E=E4=BB=8D=E5=8F=AF=E6=8B=96?= =?UTF-8?q?=E6=8B=BD=20(#1591)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #1590 --- src/modules/table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/table.js b/src/modules/table.js index 29cbe239..6dc674ad 100644 --- a/src/modules/table.js +++ b/src/modules/table.js @@ -2154,6 +2154,7 @@ layui.define(['lay', 'laytpl', 'laypage', 'form', 'util'], function(exports){ }).on('mouseleave', function(){ var othis = $(this); if(thisTable.eventMoveElem) return; + dict.allowResize = false; _BODY.css('cursor', ''); }).on('mousedown', function(e){ var othis = $(this);