Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Ribiere committed Mar 13, 2024
1 parent cf0f72f commit ec53181
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@ onMounted(() => {
})
const tooltipPosition = computed(() => {
console.log(store.getTooltipPosition())
return store.getTooltipPosition()
})
watch(() => store.getState().informationTooltip.visible, () => {
if (store.getState().informationTooltip.visible) {
console.log("x:" + store.getState().informationTooltip.position.x + " y: " + store.getState().informationTooltip.position.y)
}
})
</script>

0 comments on commit ec53181

Please sign in to comment.