From 27f1884a47a19ff078223c73d5c39160ced596f0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Fri, 21 Oct 2016 00:22:13 +0200 Subject: [PATCH] Add icon-raw shape type to group render function. --- src/uxbox/main/ui/shapes/group.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/uxbox/main/ui/shapes/group.cljs b/src/uxbox/main/ui/shapes/group.cljs index 2a46c9acd0..fc3342322a 100644 --- a/src/uxbox/main/ui/shapes/group.cljs +++ b/src/uxbox/main/ui/shapes/group.cljs @@ -33,6 +33,7 @@ :group (group-component shape) :text (text/text-component shape) :icon (icon/icon-component shape) + :icon-raw (icon/icon-raw-component shape) :rect (rect/rect-component shape) :path (path/path-component shape) :image (image/image-component shape)