Skip to content

Commit 0b62475

Browse files
authored
Merge pull request #6320 from LibreSign/backport/6317/stable32
[stable32] fix: remove dead code
2 parents 1b4ad99 + 7292111 commit 0b62475

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)