Cleanup
This commit is contained in:
parent
8e4c3252bc
commit
866f73e9d3
@ -42,7 +42,6 @@ export default defineComponent({
|
|||||||
messageCenterHere = computed(() => store.state.messages.contextMenuCenterHere),
|
messageCenterHere = computed(() => store.state.messages.contextMenuCenterHere),
|
||||||
|
|
||||||
menuElement = ref<HTMLInputElement | null>(null),
|
menuElement = ref<HTMLInputElement | null>(null),
|
||||||
locationButton = ref<HTMLInputElement | null>(null),
|
|
||||||
menuVisible = computed(() => !!event.value),
|
menuVisible = computed(() => !!event.value),
|
||||||
|
|
||||||
currentProjection = computed(() => store.state.currentProjection),
|
currentProjection = computed(() => store.state.currentProjection),
|
||||||
|
Loading…
Reference in New Issue
Block a user