🐛 Fix guides pill on drag

This commit is contained in:
Elena Torro 2026-06-22 15:40:12 +02:00
parent aec56be9f5
commit 20e90078db

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