refactor: remove unused parameter
This commit is contained in:
@@ -331,7 +331,7 @@ class EditorViewCtrl extends PureViewCtrl<{}, EditorState> {
|
|||||||
|
|
||||||
this.removeComponentsObserver = this.application.streamItems(
|
this.removeComponentsObserver = this.application.streamItems(
|
||||||
ContentType.Component,
|
ContentType.Component,
|
||||||
async (items) => {
|
async () => {
|
||||||
if (!this.note) return;
|
if (!this.note) return;
|
||||||
this.reloadStackComponents();
|
this.reloadStackComponents();
|
||||||
this.reloadNoteTagsComponent();
|
this.reloadNoteTagsComponent();
|
||||||
|
|||||||
Reference in New Issue
Block a user