mend
This commit is contained in:
parent
fbff87f0b2
commit
966181fcf8
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ var Cursor = function(parentEl) {
|
|||
this.element.appendChild(this.cursor);
|
||||
}
|
||||
|
||||
if (overwrite) {
|
||||
if (this.overwrite) {
|
||||
dom.addCssClass(this.cursor, "ace_overwrite");
|
||||
} else {
|
||||
dom.removeCssClass(this.cursor, "ace_overwrite");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue