Remove binding of change - 'input' is sufficient
parent
9fdb305fb5
commit
d03d50dc3b
|
@ -2961,7 +2961,7 @@ TODOS
|
||||||
svgCanvas.setSegType($(this).val());
|
svgCanvas.setSegType($(this).val());
|
||||||
});
|
});
|
||||||
|
|
||||||
$('#text').bind("change keyup input", function() {
|
$('#text').bind("keyup input", function() {
|
||||||
svgCanvas.setTextContent(this.value);
|
svgCanvas.setTextContent(this.value);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue