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
commit 8bcda08cc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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() {