Merge pull request #294 from Alecyrus/patch-1

fix #289
This commit is contained in:
Philipp Kühn
2019-05-07 07:40:11 +02:00
committed by GitHub

View File

@@ -433,6 +433,7 @@ export default class Editor extends Emitter {
plugins: this.state.plugins.concat([plugin]),
})
this.view.updateState(newState)
this.view.updatePluginViews()
}
destroy() {