mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-02 19:14:42 +00:00
Remove console.log in itext
This commit is contained in:
parent
448dfad97e
commit
c5f97d69af
1 changed files with 1 additions and 1 deletions
|
|
@ -464,7 +464,7 @@
|
|||
}
|
||||
else if (this.selectionEnd - this.selectionStart > 1) {
|
||||
// TODO: replace styles properly
|
||||
console.log('replacing MORE than 1 char');
|
||||
// console.log('replacing MORE than 1 char');
|
||||
}
|
||||
|
||||
this.selectionStart += _chars.length;
|
||||
|
|
|
|||
Loading…
Reference in a new issue