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 ff1295a + 2f99876 commit 28223b7Copy full SHA for 28223b7
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