From 69bd4cf4bb84d7162ea35e13730271a0adaa8b0a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 11 May 2020 08:44:15 +0200 Subject: [PATCH] :lipstick: Minor cosmetic changes. --- frontend/src/uxbox/worker/snaps.cljs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/uxbox/worker/snaps.cljs b/frontend/src/uxbox/worker/snaps.cljs index 7bd3971a6..b14b49afc 100644 --- a/frontend/src/uxbox/worker/snaps.cljs +++ b/frontend/src/uxbox/worker/snaps.cljs @@ -39,8 +39,7 @@ (defn- initialize-snap-data "Initialize the snap information with the current workspace information" [objects] - (let [shapes (vals objects) - frame-shapes (->> (vals objects) + (let [frame-shapes (->> (vals objects) (filter :frame-id) (group-by :frame-id)) frame-shapes (->> (cp/select-frames objects)