mirror of
https://github.com/penpot/penpot.git
synced 2025-04-06 03:51:21 -05:00
Disable frontend managed library by default.
This commit is contained in:
parent
2a2e87cb1c
commit
7642dab826
2 changed files with 5 additions and 7 deletions
|
@ -8,7 +8,6 @@
|
|||
(ns uxbox.main.state
|
||||
(:require [beicon.core :as rx]
|
||||
[lentes.core :as l]
|
||||
[uxbox.main.library :as library]
|
||||
[uxbox.util.rstore :as rs]
|
||||
[uxbox.util.i18n :refer (tr)]
|
||||
[uxbox.util.storage :refer (storage)]))
|
||||
|
@ -34,10 +33,10 @@
|
|||
:undo {}
|
||||
:profile nil
|
||||
:workspace nil
|
||||
:image-colls-by-id library/+image-collections-by-id+
|
||||
:images-by-id library/+images-by-id+
|
||||
:icon-colls-by-id library/+icon-collections-by-id+
|
||||
:icons-by-id library/+icons-by-id+
|
||||
:image-colls-by-id nil
|
||||
:images-by-id nil
|
||||
:icon-colls-by-id nil
|
||||
:icons-by-id nil
|
||||
:shapes-by-id nil
|
||||
:elements-by-id nil
|
||||
:colors-by-id nil
|
||||
|
|
|
@ -34,8 +34,7 @@
|
|||
(l/derive st/state)))
|
||||
|
||||
(def collections-map-ref
|
||||
(-> (comp (l/key :color-colls-by-id)
|
||||
(ul/merge library/+color-collections-by-id+))
|
||||
(-> (l/key :color-colls-by-id)
|
||||
(l/derive st/state)))
|
||||
|
||||
(def collections-ref
|
||||
|
|
Loading…
Add table
Reference in a new issue