From af6f6d2e4ed9774158deeb495c12411e70e39fff Mon Sep 17 00:00:00 2001 From: filip mertens Date: Sat, 30 Dec 2023 18:56:05 +0100 Subject: [PATCH] treeViewUltreeViewMenu --- libs/remix-ui/workspace/src/lib/components/flat-tree.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx b/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx index 485d235d74..bb9fbea3df 100644 --- a/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx +++ b/libs/remix-ui/workspace/src/lib/components/flat-tree.tsx @@ -200,7 +200,7 @@ export const FlatTree = (props: FlatTreeProps) => { moveFile={moveFile} moveFolder={moveFolder} > -
+
{showMouseOverTarget && mouseOverTarget && !isDragging &&