Skip to content

Commit

Permalink
Merge pull request #103 from mkslanc/version-bug-fix
Browse files Browse the repository at this point in the history
document version bug fixed
  • Loading branch information
mkslanc authored Mar 14, 2024
2 parents f1bff1a + 1e66071 commit f660d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ace-linters/src/language-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ class SessionLanguageProvider {
this.editor = editor;
this.initFileName();

session.doc["version"] = 0;
session.doc["version"] = 1;
session.doc.on("change", this.$changeListener, true);

// @ts-ignore
Expand Down

0 comments on commit f660d62

Please sign in to comment.