Skip to content

Commit 28223b7

Browse files
committed
Merge branch 'develop' into JATIN/processing#3252
2 parents ff1295a + 2f99876 commit 28223b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/IDE/components/FileNode.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ const FileNode = ({
292292
ref={fileOptionsRef}
293293
tabIndex="0"
294294
onClick={toggleFileOptions}
295+
onBlur={() => setTimeout(hideFileOptions, 200)}
295296
>
296297
<DownArrowIcon focusable="false" aria-hidden="true" />
297298
</button>

0 commit comments

Comments
 (0)