mirror of
https://github.com/penpot/penpot.git
synced 2026-07-02 04:15:26 +00:00
Merge pull request #10368 from penpot/elenatorro-fix-guides-pill-on-drag
🐛 Fix guides pill on drag
This commit is contained in:
commit
e9410dce6b
@ -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