浏览代码

fix dragging style

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 11 月之前
父节点
当前提交
c4f5fd250d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      client/src/pages/databases/Databases.tsx

+ 1 - 0
client/src/pages/databases/Databases.tsx

@@ -111,6 +111,7 @@ const Databases = () => {
 
         // set tree width
         setUIPref({ tree: { width: treeWidth } });
+        setIsDragging(true);
       });
     };