diff --git a/editor/svg-editor.js b/editor/svg-editor.js index e7b8821e..56d9d693 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -2979,7 +2979,7 @@ TODOS svgCanvas.setSegType($(this).val()); }); - $('#text').keyup(function() { + $('#text').bind("keyup input", function() { svgCanvas.setTextContent(this.value); });