feat: handle setting of default context menu state variable only in app.vue
This commit is contained in:
parent
ce57b8e7db
commit
f1eda2da75
3 changed files with 3 additions and 7 deletions
|
@ -76,7 +76,7 @@ const route = useRoute();
|
|||
|
||||
const props = defineProps<MessageProps>();
|
||||
|
||||
const contextMenu = useState<ContextMenuInterface>("contextMenu", () => ({ show: false, pointerX: 0, pointerY: 0, items: [] }));
|
||||
const contextMenu = useState<ContextMenuInterface>("contextMenu");
|
||||
|
||||
const messageElement = ref<HTMLDivElement>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue