mirror of
https://github.com/penpot/penpot.git
synced 2026-08-09 22:38:40 +00:00
📎 Fix possible flaky test related to stroke menu and tokens
This commit is contained in:
parent
0eed852e2e
commit
585ab9ff36
@ -276,7 +276,7 @@
|
||||
(seq strokes)
|
||||
[:> h/sortable-container* {}
|
||||
(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
|
||||
:stroke value
|
||||
:title (tr "workspace.options.stroke-color")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user