forked from noxious/client
Updated default value in zoneEditor store
This commit is contained in:
parent
2befcb61c6
commit
a071261e86
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user