Skip to content

Commit 7292111

Browse files
fix: remove dead code
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 5c4f745 commit 7292111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/store/files.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ export const useFilesStore = function(...args) {
347347
sidebarStore.hideSidebar()
348348
this.selectedNodeId = 0
349349
}
350-
del(this.nodeIdToFileId, file.nodeId)
350+
351351
del(this.files, file.nodeId)
352352
const index = this.ordered.indexOf(file.nodeId)
353353
if (index > -1) {

0 commit comments

Comments
 (0)