remove unessecary onBeforeUnmount hooks

This commit is contained in:
joshuaboud 2022-06-13 17:52:33 -03:00
parent 9e16746627
commit d08427cfde
No known key found for this signature in database
GPG Key ID: 17EFB59E2A8BF50E

View File

@ -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,