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