From 89b7834b1069f2a429047ce8ee6f3413999570b8 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 2 Mar 2017 16:21:51 +0100 Subject: [PATCH] Fix image importation from galery to workspace. --- frontend/src/uxbox/main/ui/workspace/images.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/uxbox/main/ui/workspace/images.cljs b/frontend/src/uxbox/main/ui/workspace/images.cljs index 613f830af..04853c64e 100644 --- a/frontend/src/uxbox/main/ui/workspace/images.cljs +++ b/frontend/src/uxbox/main/ui/workspace/images.cljs @@ -95,6 +95,7 @@ (letfn [(on-double-click [event] (let [shape {:type :image :name name + :id (uuid/random) :metadata {:width width :height height} :image id}]