mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-20 11:21:51 +00:00
Make flashing cursor behave like MSWord
This commit is contained in:
parent
3582fd3ba9
commit
55bc6a990b
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@
|
|||
charHeight = this.getCurrentCharFontSize(lineIndex, charIndex);
|
||||
|
||||
ctx.fillStyle = this.getCurrentCharColor(lineIndex, charIndex);
|
||||
ctx.globalAlpha = this._currentCursorOpacity;
|
||||
ctx.globalAlpha = (this.__isMousedown) ? 1 : this._currentCursorOpacity;
|
||||
|
||||
ctx.fillRect(
|
||||
boundaries.left + boundaries.leftOffset,
|
||||
|
|
|
|||
Loading…
Reference in a new issue