Update prioritized NEXT tasks and related UI behavior
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user