feat: snjs upgrade and fixes

This commit is contained in:
Mo Bitar
2021-12-05 11:04:46 -06:00
parent ac9c19d681
commit 82ee0974c1
6 changed files with 47 additions and 36 deletions

View File

@@ -740,8 +740,8 @@ class EditorViewCtrl extends PureViewCtrl<unknown, EditorState> {
async reloadStackComponents() {
const stackComponents = sortAlphabetically(
this.application
.componentManager!.componentsForArea(ComponentArea.EditorStack)
this.application.componentManager
.componentsForArea(ComponentArea.EditorStack)
.filter((component) => component.active)
);
if (this.note) {