Misc
This commit is contained in:
parent
0e45b5da61
commit
e14fe4240e
2 changed files with 6 additions and 3 deletions
|
|
@ -125,7 +125,10 @@ export default class VaultLinkPlugin extends Plugin {
|
|||
HistoryView.TYPE,
|
||||
(leaf) => new HistoryView(leaf, database, this.history)
|
||||
);
|
||||
this.registerView(LogsView.TYPE, (leaf) => new LogsView(this, leaf));
|
||||
this.registerView(
|
||||
LogsView.TYPE,
|
||||
(leaf) => new LogsView(this, database, leaf)
|
||||
);
|
||||
|
||||
this.addRibbonIcon(
|
||||
HistoryView.ICON,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue