Update prioritized NEXT tasks and related UI behavior

This commit is contained in:
2026-02-19 08:12:25 +01:00
parent ebd4740b7e
commit d9be0e1482
5 changed files with 25 additions and 23 deletions

View File

@@ -254,6 +254,10 @@
background.setAttribute('stroke-width', '1');
svg.appendChild(background);
const style = createSvgElement('style');
style.textContent = '.floor-guide{display:none;}';
svg.appendChild(style);
state.guides.forEach((guide) => {
const line = createSvgElement('line');
if (guide.orientation === 'horizontal') {