Skip to content

Commit

Permalink
fix dragging style
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <[email protected]>
  • Loading branch information
shanghaikid committed Oct 18, 2024
1 parent be0608e commit c4f5fd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/pages/databases/Databases.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const Databases = () => {

// set tree width
setUIPref({ tree: { width: treeWidth } });
setIsDragging(true);
});
};

Expand Down

0 comments on commit c4f5fd2

Please sign in to comment.