Merge pull request #10368 from penpot/elenatorro-fix-guides-pill-on-drag

🐛 Fix guides pill on drag
This commit is contained in:
Alejandro Alonso 2026-06-22 15:58:34 +02:00 committed by GitHub
commit e9410dce6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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