Show measure feature on all breakpoints (#5691)

* Fix: Show measurement panel on all breakpoints

Co-authored-by: benjamin <benjamin@speckle.systems>

* Remove Cursor comment

---------

Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This commit is contained in:
Benjamin Ottensten
2025-10-07 15:00:56 +02:00
committed by GitHub
parent cd906b997b
commit f623aeadfa
@@ -121,7 +121,7 @@ const panels = shallowRef({
tooltip: getShortcutDisplayText(shortcuts.ToggleMeasurements, {
format: 'separate'
}),
extraClasses: 'hidden md:flex'
extraClasses: ''
},
[ActivePanel.sectionBox]: {
id: ActivePanel.sectionBox,