Remove binding of change - 'input' is sufficient

master
Magne Bratseth 2016-03-14 08:01:42 +01:00
parent 9fdb305fb5
commit d03d50dc3b
1 changed files with 1 additions and 1 deletions

View File

@ -2961,7 +2961,7 @@ TODOS
svgCanvas.setSegType($(this).val());
});
$('#text').bind("change keyup input", function() {
$('#text').bind("keyup input", function() {
svgCanvas.setTextContent(this.value);
});