mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
refactor: popups -> tooltips
This commit is contained in:
@@ -29,10 +29,7 @@ export const useMainStore = defineStore('mainStore', {
|
||||
|
||||
chosenModalTrainId: undefined,
|
||||
|
||||
modalLastClickedTarget: null,
|
||||
|
||||
mousePos: { x: 0, y: 0 },
|
||||
popUpData: { key: null, content: '' }
|
||||
modalLastClickedTarget: null
|
||||
}) as MainStoreState,
|
||||
|
||||
getters: {
|
||||
|
||||
Reference in New Issue
Block a user