Skip to content

Commit

Permalink
Fix error when adding child content
Browse files Browse the repository at this point in the history
  • Loading branch information
tgrosinger committed May 21, 2024
1 parent b6c026f commit cd822b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class RecentFilesListView extends ItemView {
});
});

this.containerEl.setChildrenInPlace([rootEl]);
this.contentEl.setChildrenInPlace([rootEl]);
};

private readonly removeFile = async (file: FilePath): Promise<void> => {
Expand Down

0 comments on commit cd822b7

Please sign in to comment.