mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
♻️ Convert history-entry-details to modern rumext * format
Rename to history-entry-details* and update internal call site.
This commit is contained in:
parent
d7df19104a
commit
d59dbde0e7
@ -258,7 +258,7 @@
|
||||
(map (resolve-shape-types entries objects))
|
||||
(mapv select-entry)))
|
||||
|
||||
(mf/defc history-entry-details [{:keys [entry]}]
|
||||
(mf/defc history-entry-details* [{:keys [entry]}]
|
||||
(let [{entries :items} (mf/deref workspace-undo)
|
||||
objects (mf/deref refs/workspace-page-objects)]
|
||||
|
||||
@ -319,7 +319,7 @@
|
||||
deprecated-icon/arrow])]
|
||||
|
||||
(when @show-detail?
|
||||
[:& history-entry-details {:entry entry}])]))
|
||||
[:> history-entry-details* {:entry entry}])]))
|
||||
|
||||
(mf/defc history-toolbox*
|
||||
[]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user