mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -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
|
||||
|
||||
(def history-ref
|
||||
(as-> (l/in [:workspace :history]) $
|
||||
(l/derive $ st/state)))
|
||||
(-> (l/key :history)
|
||||
(l/derive refs/workspace)))
|
||||
|
||||
;; --- History Item (Component)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue