We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d165d63 + 52d1603 commit 2f99876Copy full SHA for 2f99876
client/modules/IDE/components/FileNode.jsx
@@ -292,6 +292,7 @@ const FileNode = ({
292
ref={fileOptionsRef}
293
tabIndex="0"
294
onClick={toggleFileOptions}
295
+ onBlur={() => setTimeout(hideFileOptions, 200)}
296
>
297
<DownArrowIcon focusable="false" aria-hidden="true" />
298
</button>
0 commit comments