diff --git a/src/stores/zoneEditor.ts b/src/stores/zoneEditor.ts index 8938740..9b1a609 100644 --- a/src/stores/zoneEditor.ts +++ b/src/stores/zoneEditor.ts @@ -3,7 +3,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',