diff --git a/navigator/src/components/DirectoryEntry.vue b/navigator/src/components/DirectoryEntry.vue index 9a06b74..0dcb8ef 100644 --- a/navigator/src/components/DirectoryEntry.vue +++ b/navigator/src/components/DirectoryEntry.vue @@ -163,11 +163,6 @@ export default { emit('setEntryProp', 'DOMElement', selectIntersectElement.value); }); - onBeforeUnmount(() => { - emit('setEntryProp', 'dirOpen', false) - emit('setEntryProp', 'DOMElement', undefined), { immediate: true } - }); - return { settings, icon,