Skip to content

Commit 6ec79a6

Browse files
committed
add refresh2
1 parent 9ab9017 commit 6ec79a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

main.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default class PropertiesFilterPlugin extends Plugin {
7070
active: false
7171
});
7272

73-
workspace.revealLeaf(newLeaf); // Révéler la nouvelle feuille
73+
// workspace.revealLeaf(newLeaf); // Révéler la nouvelle feuille
7474
}
7575

7676
async activateView() {
@@ -82,7 +82,7 @@ export default class PropertiesFilterPlugin extends Plugin {
8282
leaf = workspace.getLeftLeaf(false)!;
8383
await leaf.setViewState({
8484
type: PropertiesFilterView.VIEW_TYPE_PROPERTIES_FILTER,
85-
active: true
85+
active: false
8686
});
8787
}
8888

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "properties-filter-elekis-plugin",
33
"name": "Properties Filter",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"minAppVersion": "0.15.0",
66
"description": "Filter based on properties",
77
"author": "Obsidian",

0 commit comments

Comments
 (0)