Update itext_behavior.mixin.js

This commit is contained in:
Andrea Bogazzi 2016-05-21 15:15:44 +02:00
parent eb9b7f45b9
commit cfe0e27d19

View file

@ -113,7 +113,6 @@
},
onChange: function() {
if (obj.canvas) {
obj.canvas.clearContext(obj.canvas.contextTop || obj.ctx);
obj.renderCursorOrSelection();
}
},