Make flashing cursor behave like MSWord

This commit is contained in:
GordoRank 2014-01-13 12:04:46 +00:00
parent 3582fd3ba9
commit 55bc6a990b

View file

@ -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,