Browse Source

fix dragging style

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang 8 months ago
parent
commit
c4f5fd250d
1 changed files with 1 additions and 0 deletions
  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);
       });
     };