This commit is contained in:
Mo Bitar
2020-04-17 16:41:51 -05:00
parent 8050c9cccd
commit 851269200b
15 changed files with 521 additions and 487 deletions

View File

@@ -59,6 +59,9 @@ export class EditorGroup {
if (this.activeEditor) {
callback();
}
return () => {
removeFromArray(this.changeObservers, callback);
}
}
private notifyObservers() {