mirror of
https://github.com/penpot/penpot.git
synced 2025-02-15 03:28:25 -05:00
Minor cosmetic fix on history ref declaration.
This commit is contained in:
parent
d69ab9edd8
commit
0cd3442d86
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@
|
||||||
;; --- Lenses
|
;; --- Lenses
|
||||||
|
|
||||||
(def history-ref
|
(def history-ref
|
||||||
(as-> (l/in [:workspace :history]) $
|
(-> (l/key :history)
|
||||||
(l/derive $ st/state)))
|
(l/derive refs/workspace)))
|
||||||
|
|
||||||
;; --- History Item (Component)
|
;; --- History Item (Component)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue