diff --git a/src/stores/zoneEditorStore.ts b/src/stores/zoneEditorStore.ts
index e3d3478..4276f90 100644
--- a/src/stores/zoneEditorStore.ts
+++ b/src/stores/zoneEditorStore.ts
@@ -12,7 +12,7 @@ export type TeleportSettings = {
 export const useZoneEditorStore = defineStore('zoneEditor', {
   state: () => {
     return {
-      active: true,
+      active: false,
       zone: null as Zone | null,
       tool: 'move',
       drawMode: 'tile',