Skip to content

Commit

Permalink
fix: duplicated history view
Browse files Browse the repository at this point in the history
close #800
  • Loading branch information
Vinzent03 committed Oct 30, 2024
1 parent c3f11e9 commit ec0668d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/ui/history/historyView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ export default class HistoryView extends ItemView implements HoverParent {
view: this,
},
});
this._view = new HistoryViewComponent({
target: this.contentEl,
props: {
plugin: this.plugin,
view: this,
},
});
}

onOpen(): Promise<void> {
Expand Down

0 comments on commit ec0668d

Please sign in to comment.