This commit is contained in:
Ford Hurley
2017-12-27 15:16:13 -05:00
parent f96a0d922e
commit b5189e4e4a

View File

@@ -121,7 +121,7 @@ class TextEditor {
this.id = params.id != null ? params.id : nextId++
if (this.id >= nextId) {
// Ensure that new editors get unique ids:
nextId = this.id + 1;
nextId = this.id + 1
}
this.initialScrollTopRow = params.initialScrollTopRow
this.initialScrollLeftColumn = params.initialScrollLeftColumn