mirror of
https://github.com/penpot/penpot.git
synced 2026-09-19 10:26:14 +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?
|
||||
(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?
|
||||
(not wasm-render?)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user