File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ export default class PropertiesFilterPlugin extends Plugin {
70
70
active : false
71
71
} ) ;
72
72
73
- workspace . revealLeaf ( newLeaf ) ; // Révéler la nouvelle feuille
73
+ // workspace.revealLeaf(newLeaf); // Révéler la nouvelle feuille
74
74
}
75
75
76
76
async activateView ( ) {
@@ -82,7 +82,7 @@ export default class PropertiesFilterPlugin extends Plugin {
82
82
leaf = workspace . getLeftLeaf ( false ) ! ;
83
83
await leaf . setViewState ( {
84
84
type : PropertiesFilterView . VIEW_TYPE_PROPERTIES_FILTER ,
85
- active : true
85
+ active : false
86
86
} ) ;
87
87
}
88
88
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " properties-filter-elekis-plugin" ,
3
3
"name" : " Properties Filter" ,
4
- "version" : " 1.0.4 " ,
4
+ "version" : " 1.0.5 " ,
5
5
"minAppVersion" : " 0.15.0" ,
6
6
"description" : " Filter based on properties" ,
7
7
"author" : " Obsidian" ,
You can’t perform that action at this time.
0 commit comments