Fix lint
This commit is contained in:
parent
1795d33986
commit
be591072f4
1 changed files with 0 additions and 6 deletions
|
|
@ -95,12 +95,6 @@ export class HistoryView extends ItemView {
|
||||||
container.empty();
|
container.empty();
|
||||||
container.createEl("h4", { text: "VaultLink History" });
|
container.createEl("h4", { text: "VaultLink History" });
|
||||||
|
|
||||||
const virtualScroller = new VirtualScroller(
|
|
||||||
document.getElementById("messages"),
|
|
||||||
messages,
|
|
||||||
renderMessage
|
|
||||||
);
|
|
||||||
|
|
||||||
const entries = this.history
|
const entries = this.history
|
||||||
.getEntries()
|
.getEntries()
|
||||||
.reverse()
|
.reverse()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue