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.
2 parents 223be97 + 3192462 commit fcc918aCopy full SHA for fcc918a
src/main.ts
@@ -1021,7 +1021,7 @@ export default class LinterPlugin extends Plugin {
1021
await this.customCommandsLock.acquire('command', async () => {
1022
this.currentlyOpeningSidebar = true;
1023
1024
- await sidebarTab.openFile(file);
+ await sidebarTab.openFile(file, {active: true});
1025
this.rulesRunner.runCustomCommands(this.settings.lintCommands, this.app.commands);
1026
if (this.customCommandsCallback) {
1027
await this.customCommandsCallback(file);
0 commit comments