mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 03:01:43 +02:00
🐛 Show selrect in paths
This commit is contained in:
parent
8d399cb562
commit
0c26dad3b2
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@
|
|||
show-snap-points? (and (or (contains? layout :dynamic-alignment)
|
||||
(contains? layout :snap-grid))
|
||||
(or drawing-obj transform))
|
||||
show-selrect? (and selrect (empty? drawing) (not edition))
|
||||
show-selrect? (and selrect (empty? drawing) (not text-editing?))
|
||||
show-measures? (and (not transform) (not node-editing?) show-distances?)
|
||||
show-artboard-names? (contains? layout :display-artboard-names)
|
||||
show-rules? (and (contains? layout :rules) (not (contains? layout :hide-ui)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue