From d72957499f1e25741b8f7a91746fbe132fa68161 Mon Sep 17 00:00:00 2001
From: historia <[not public]>
Date: Tue, 14 Jul 2026 01:36:31 -0400
Subject: feat(admin): copy paste rooms on map, swap rooms with adjacent rooms
---
internal/admin/static/intereditor.js | 4 ++++
1 file changed, 4 insertions(+)
(limited to 'internal/admin/static/intereditor.js')
diff --git a/internal/admin/static/intereditor.js b/internal/admin/static/intereditor.js
index da1812d..2023874 100644
--- a/internal/admin/static/intereditor.js
+++ b/internal/admin/static/intereditor.js
@@ -707,6 +707,9 @@ function ie_renderAct(stepObj, secId, idx, si, secPath) {
rows += '';
rows += '';
rows += '';
+ if (at.kind === 'text') {
+ rows += ced_renderTagHelp('trigger');
+ }
}
});
@@ -739,6 +742,7 @@ function ie_renderMessages(step, secId, idx, si, secPath) {
});
h += '';
h += '';
+ h += ced_renderTagHelp('trigger');
h += '';
return h;
}
--
cgit v1.2.3