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 6a4d8c1 commit 6a069c9Copy full SHA for 6a069c9
src/store/files.js
@@ -444,6 +444,12 @@ export const useFilesStore = function(...args) {
444
identificationDocumentStore.setWaitingApproval(response.data.ocs.data.settings.identificationDocumentsWaitingApproval)
445
}
446
447
+ if (this.selectedNodeId && !this.files[this.selectedNodeId]) {
448
+ const sidebarStore = useSidebarStore()
449
+ sidebarStore.hideSidebar()
450
+ this.selectedNodeId = 0
451
+ }
452
+
453
this.loading = false
454
emit('libresign:files:updated')
455
return this.files
0 commit comments