diff options
| author | historia <[not public]> | 2026-07-06 17:41:12 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-06 17:41:12 -0400 |
| commit | 00554b66df9310073c3b5e1aebd125ea54d9d554 (patch) | |
| tree | 27ce9751867a00a31d22b08452ddf08a3b4e1513 /internal/admin/templates/map.html | |
| parent | 94823b52168b44894fb5e9c960358ed02ebb122b (diff) | |
| download | thehouseoficarus-00554b66df9310073c3b5e1aebd125ea54d9d554.tar.gz | |
feat: shift+drag to create one-way links on admin map
Diffstat (limited to 'internal/admin/templates/map.html')
| -rw-r--r-- | internal/admin/templates/map.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/admin/templates/map.html b/internal/admin/templates/map.html index 1e45f8e..eb95db7 100644 --- a/internal/admin/templates/map.html +++ b/internal/admin/templates/map.html @@ -42,6 +42,7 @@ </div> <svg id="mapSvg" style="width:100%;height:100%"></svg> <div class="room-tooltip" id="tooltip" style="display:none"></div> + <div id="linkModeBadge" class="link-mode-badge" style="display:none"></div> </div> <div class="panel" id="sidePanel"> <div id="panelContent"> |
