mirror of
https://github.com/penpot/penpot.git
synced 2026-06-26 17:22:10 +00:00
🐛 Fix guides pill on drag
This commit is contained in:
parent
aec56be9f5
commit
20e90078db
@ -681,7 +681,7 @@
|
||||
;; only overlay the dotted extensions. Drag and edit hide the WASM line
|
||||
;; and require the full SVG line.
|
||||
show-line? (not= mode :hover)
|
||||
show-pill? (or (= mode :edit) (= mode :hover))
|
||||
show-pill? (or (= mode :edit) (= mode :hover) (= mode :drag))
|
||||
editing? (= mode :edit)
|
||||
|
||||
on-key-down
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user