diff --git a/app/assets/javascripts/views/editor/editor_view.ts b/app/assets/javascripts/views/editor/editor_view.ts index b9e863dda..61276e5f0 100644 --- a/app/assets/javascripts/views/editor/editor_view.ts +++ b/app/assets/javascripts/views/editor/editor_view.ts @@ -331,7 +331,7 @@ class EditorViewCtrl extends PureViewCtrl<{}, EditorState> { this.removeComponentsObserver = this.application.streamItems( ContentType.Component, - async (items) => { + async () => { if (!this.note) return; this.reloadStackComponents(); this.reloadNoteTagsComponent();