we dont need to call updatePluginViews anymore

This commit is contained in:
Philipp Kühn
2019-05-09 10:47:23 +02:00
parent 8080ae2d43
commit 6eff32516a

View File

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