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:
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,
|
||||
|
||||
Reference in New Issue
Block a user