aboutsummaryrefslogtreecommitdiff
path: root/src/editor.html
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-09-18 10:35:14 +0200
committercodecalm <codecalm@gmail.com>2020-09-18 10:35:14 +0200
commit80bc52fc55b2937b855ac05d5861cefd24c5e6f6 (patch)
tree12d26f19d656179b1fa1b798e72aa539244667b7 /src/editor.html
parentfilled icons fix (diff)
downloadtabler-icons-80bc52fc55b2937b855ac05d5861cefd24c5e6f6.tar.xz
3 new icons: `circle-square`, `circles`, `triangle-square-circle`
Fixed icons: `circle`, `heart`, `hexagon`, `octagon`, `square-rotated`, `square`, `triangle`
Diffstat (limited to 'src/editor.html')
-rw-r--r--src/editor.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/editor.html b/src/editor.html
index 9b8e953..b6c3af7 100644
--- a/src/editor.html
+++ b/src/editor.html
@@ -62,6 +62,10 @@ layout: default
<a class="tab">Tab 3</a>
</div>
+ <div class="mb">
+ <textarea rows="10" class="input js-textarea"></textarea>
+ </div>
+
<div class="mt-auto">
<input class="input-range js-input-range" type="range" min="1.25" max="2.75" step=".25" value="2">
@@ -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;
})