fix(remove): Remove duplicate body content and merge conflicts

Co-authored-by: aider (ollama/qwen2.5-coder:32b) <aider@aider.chat>
This commit is contained in:
Josh-Dev-Quest 2026-03-01 18:48:39 +01:00
parent ba11d093cc
commit a7474a8c64
No known key found for this signature in database

View File

@ -184,7 +184,7 @@ document.addEventListener('DOMContentLoaded', function() {
}));
// Add fullscreen control
map.addControl(new maplibregl.FullscreenControl());
map.addControl(L.control.fullscreen());
// Mode switching
const modeCreateBtn = document.getElementById('mode-create');