mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +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
|
;; only overlay the dotted extensions. Drag and edit hide the WASM line
|
||||||
;; and require the full SVG line.
|
;; and require the full SVG line.
|
||||||
show-line? (not= mode :hover)
|
show-line? (not= mode :hover)
|
||||||
show-pill? (or (= mode :edit) (= mode :hover))
|
show-pill? (or (= mode :edit) (= mode :hover) (= mode :drag))
|
||||||
editing? (= mode :edit)
|
editing? (= mode :edit)
|
||||||
|
|
||||||
on-key-down
|
on-key-down
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user