Skip to content

Commit 3af1ba6

Browse files
committed
feat(StatsView): Make the stats view not strongly focused.
1 parent 9d89f26 commit 3af1ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/statsView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class StatsView extends ItemView {
5252

5353
await plugin.app.workspace.getRightLeaf(false).setViewState({
5454
type: VIEW_TYPE_STATS,
55-
active: true,
55+
active: false,
5656
});
5757

5858
plugin.app.workspace.revealLeaf(

0 commit comments

Comments
 (0)