Make logs view performant
This commit is contained in:
parent
21075cafb3
commit
8a27987798
3 changed files with 51 additions and 68 deletions
|
|
@ -66,7 +66,7 @@ export default class VaultLinkPlugin extends Plugin {
|
|||
);
|
||||
this.registerView(
|
||||
LogsView.TYPE,
|
||||
(leaf) => new LogsView(this, this.client, leaf)
|
||||
(leaf) => new LogsView(this.client, leaf)
|
||||
);
|
||||
|
||||
this.addRibbonIcon(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue