aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/map.js
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-07-10 19:30:26 -0400
committerhistoria <[not public]>2026-07-10 19:30:26 -0400
commitd35aa505d2a103a41a45d3a8f42be7f2f2b5a28b (patch)
tree9dcf40bd684e4aca99765519b97e7e15653c2088 /internal/admin/static/map.js
parentc5ca80b168ca247179db322d8e3ff14d6c9e16ad (diff)
downloadthehouseoficarus-d35aa505d2a103a41a45d3a8f42be7f2f2b5a28b.tar.gz
fix(admin): fix remove buttons on onenter/onexit
Diffstat (limited to 'internal/admin/static/map.js')
-rw-r--r--internal/admin/static/map.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/internal/admin/static/map.js b/internal/admin/static/map.js
index bd884b7..6d56097 100644
--- a/internal/admin/static/map.js
+++ b/internal/admin/static/map.js
@@ -3434,5 +3434,7 @@ function _mapRemoveTrigger(secPath, idx) {
if (currentRoomData && currentRoomData.room) {
currentRoomData.room[secPath] = window._editorData[secPath];
}
- window._ieRenderCurrent();
+ switchPanelTab(8);
+ _triggersDirty = true;
+ autoSave();
}