This commit is contained in:
James Lyne 2021-05-24 19:20:02 +01:00
parent 8e4c3252bc
commit 866f73e9d3

View File

@ -42,7 +42,6 @@ export default defineComponent({
messageCenterHere = computed(() => store.state.messages.contextMenuCenterHere),
menuElement = ref<HTMLInputElement | null>(null),
locationButton = ref<HTMLInputElement | null>(null),
menuVisible = computed(() => !!event.value),
currentProjection = computed(() => store.state.currentProjection),