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.
1 parent 3b8e400 commit 235441dCopy full SHA for 235441d
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