mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-25 05:33:44 +00:00
Do not rely on options object in enterEditing #2
This commit is contained in:
parent
ead81813bd
commit
2539c68cc8
1 changed files with 2 additions and 1 deletions
|
|
@ -142,7 +142,8 @@ fabric.util.object.extend(fabric.IText.prototype, /** @lends fabric.IText.protot
|
|||
if (this._isObjectMoved(options.e)) return;
|
||||
|
||||
if (this.selected) {
|
||||
this.enterEditing(options);
|
||||
this.setCursorByClick(options.e);
|
||||
this.enterEditing();
|
||||
this.initDelayedCursor(true);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue