0
Fork 0
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:
Andrey Antukh 2017-03-21 21:16:29 +01:00
parent d69ab9edd8
commit 0cd3442d86
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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)