From 80bc52fc55b2937b855ac05d5861cefd24c5e6f6 Mon Sep 17 00:00:00 2001 From: codecalm Date: Fri, 18 Sep 2020 10:35:14 +0200 Subject: 3 new icons: `circle-square`, `circles`, `triangle-square-circle` Fixed icons: `circle`, `heart`, `hexagon`, `octagon`, `square-rotated`, `square`, `triangle` --- src/editor.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/editor.html') diff --git a/src/editor.html b/src/editor.html index 9b8e953e..b6c3af72 100644 --- a/src/editor.html +++ b/src/editor.html @@ -62,6 +62,10 @@ layout: default Tab 3 +
+ +
+
@@ -116,6 +120,8 @@ layout: default $('.js-icon-manager svg').replaceWith($(this).find('>svg:eq(0)').clone()); + $('.js-textarea').val($(this)[0].innerHTML.trim()); + e.preventDefault(); return false; }) -- cgit v1.2.1