Remove binding of change - 'input' is sufficient
This commit is contained in:
@@ -2961,7 +2961,7 @@ TODOS
|
||||
svgCanvas.setSegType($(this).val());
|
||||
});
|
||||
|
||||
$('#text').bind("change keyup input", function() {
|
||||
$('#text').bind("keyup input", function() {
|
||||
svgCanvas.setTextContent(this.value);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user