aboutsummaryrefslogtreecommitdiff
path: root/internal/admin/static/map.js
diff options
context:
space:
mode:
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();
}