mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-30 00:55:30 +02:00
remove unessecary onBeforeUnmount hooks
This commit is contained in:
parent
9e16746627
commit
d08427cfde
@ -163,11 +163,6 @@ export default {
|
|||||||
emit('setEntryProp', 'DOMElement', selectIntersectElement.value);
|
emit('setEntryProp', 'DOMElement', selectIntersectElement.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
onBeforeUnmount(() => {
|
|
||||||
emit('setEntryProp', 'dirOpen', false)
|
|
||||||
emit('setEntryProp', 'DOMElement', undefined), { immediate: true }
|
|
||||||
});
|
|
||||||
|
|
||||||
return {
|
return {
|
||||||
settings,
|
settings,
|
||||||
icon,
|
icon,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user