Explorar o código

fix dragging style

Signed-off-by: ryjiang <jiangruiyi@gmail.com>
ryjiang hai 11 meses
pai
achega
c4f5fd250d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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);
       });
     };