We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721d7e0 commit 626416eCopy full SHA for 626416e
src/main.ts
@@ -594,11 +594,10 @@ export default class LinterPlugin extends Plugin {
594
if (!charsAdded && !charsRemoved) {
595
void this.runCustomCommands(file);
596
} else {
597
+ this.updateFileDebouncerText(file, newText);
598
this.editorLintFiles.push(file);
599
}
600
- this.updateFileDebouncerText(file, newText);
601
-
602
setCollectLogs(false);
603
604
@@ -1052,8 +1051,6 @@ export default class LinterPlugin extends Plugin {
1052
1051
await this.customCommandsCallback(file);
1053
1054
});
1055
1056
- this.updateFileDebouncerText(file, stripCr(await this.app.vault.read(file)));
1057
1058
1059
/**
0 commit comments