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 04407be commit 267740dCopy full SHA for 267740d
client/modules/IDE/components/FileNode.jsx
@@ -271,6 +271,7 @@ const FileNode = ({
271
aria-label={updatedName}
272
className="sidebar__file-item-name"
273
onClick={handleFileClick}
274
+ onDoubleClick={handleClickRename}
275
data-testid="file-name"
276
>
277
<FileName name={updatedName} />
0 commit comments