mirror of
https://github.com/penpot/penpot.git
synced 2026-09-23 20:36:15 +00:00
🐛 Fix per-side toggle in multiselect if side widths are equal
This commit is contained in:
parent
7fd1b6d864
commit
2e26c9122b
@ -143,7 +143,11 @@
|
|||||||
|
|
||||||
per-side-available?
|
per-side-available?
|
||||||
(and (contains? cf/flags :stroke-per-side)
|
(and (contains? cf/flags :stroke-per-side)
|
||||||
(or (= type :rect) (= type :frame)))
|
(or (= type :rect)
|
||||||
|
(= type :frame)
|
||||||
|
(and (= type :multiple)
|
||||||
|
(not= strokes :multiple)
|
||||||
|
(not= (:stroke-width values) :multiple))))
|
||||||
|
|
||||||
per-side-disabled?
|
per-side-disabled?
|
||||||
(not wasm-render?)
|
(not wasm-render?)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user