Change the text input bindings to catch more input events
parent
bd55ce3bf5
commit
9fdb305fb5
|
@ -2961,7 +2961,7 @@ TODOS
|
|||
svgCanvas.setSegType($(this).val());
|
||||
});
|
||||
|
||||
$('#text').keyup(function() {
|
||||
$('#text').bind("change keyup input", function() {
|
||||
svgCanvas.setTextContent(this.value);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue