From 934fcba17904c3f62042b5de608099ddabc4779c Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 5 Oct 2016 22:47:13 +0200 Subject: [PATCH] Setup builtin images and collections in the state. --- src/uxbox/main/state.cljs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/uxbox/main/state.cljs b/src/uxbox/main/state.cljs index 8cd69d80e..53aafae34 100644 --- a/src/uxbox/main/state.cljs +++ b/src/uxbox/main/state.cljs @@ -8,6 +8,7 @@ (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)])) @@ -33,6 +34,8 @@ :undo {} :profile nil :workspace nil + :images-by-id library/+images-by-id+ + :image-colls-by-id library/+image-collections-by-id+ :shapes-by-id nil :elements-by-id nil :colors-by-id nil