forked from noxious/client
Finished automatic depth sorting
This commit is contained in:
@ -21,6 +21,7 @@ export const useZoneEditorStore = defineStore('zoneEditor', {
|
||||
}),
|
||||
actions: {
|
||||
toggleActive() {
|
||||
if (this.active) this.reset()
|
||||
this.active = !this.active
|
||||
},
|
||||
setZone(zone: Zone) {
|
||||
|
Reference in New Issue
Block a user