mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 22:53:02 +00:00
🐛 Fix error when getting file from libs
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
reverse-sort? (= :desc ordering)
|
||||
libs (mf/deref refs/libraries)
|
||||
num-libs (count libs)
|
||||
file (get libs (:id file-id))
|
||||
file (get libs file-id)
|
||||
components (mf/with-memo [file] (ctkl/components (:data file)))
|
||||
|
||||
toggle-ordering
|
||||
|
||||
Reference in New Issue
Block a user