mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-15 01:03:10 +00:00
Update itext_key_behavior.mixin.js
Sorry, i missed that.
This commit is contained in:
parent
f83636acb1
commit
18b17b4170
1 changed files with 1 additions and 1 deletions
|
|
@ -292,7 +292,7 @@ fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.protot
|
|||
var swapSel = this.selectionEnd;
|
||||
this.selectionEnd = this.selectionStart;
|
||||
this.selectionStart = swapSel;
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
* Moves cursor down while keeping selection
|
||||
|
|
|
|||
Loading…
Reference in a new issue