diff --git a/src/stores/zoneEditor.ts b/src/stores/zoneEditor.ts index 060b066..3adfbf1 100644 --- a/src/stores/zoneEditor.ts +++ b/src/stores/zoneEditor.ts @@ -4,7 +4,7 @@ import type { Zone, Object, Tile, ZoneObject } from '@/types' export const useZoneEditorStore = defineStore('zoneEditor', { state: () => ({ - active: true, + active: false, zone: null as Zone | null, tool: 'move', drawMode: 'tile',