mirror of
https://github.com/penpot/penpot.git
synced 2026-08-23 21:28:38 +00:00
📎 Fix possible flaky test related to stroke menu and tokens
This commit is contained in:
parent
198c572cd7
commit
d883ddca94
@ -276,7 +276,7 @@
|
|||||||
(seq strokes)
|
(seq strokes)
|
||||||
[:> h/sortable-container* {}
|
[:> h/sortable-container* {}
|
||||||
(for [[index value] (d/enumerate (:strokes values []))]
|
(for [[index value] (d/enumerate (:strokes values []))]
|
||||||
[:> stroke-row* {:key (dm/str "stroke-" index "-" (hash applied-tokens))
|
[:> stroke-row* {:key (dm/str "stroke-" index)
|
||||||
:index index
|
:index index
|
||||||
:stroke value
|
:stroke value
|
||||||
:title (tr "workspace.options.stroke-color")
|
:title (tr "workspace.options.stroke-color")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user