From 6eff32516addddfe4df1e134bbeb3873b7a0369b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Thu, 9 May 2019 10:47:23 +0200 Subject: [PATCH] we dont need to call updatePluginViews anymore --- packages/tiptap/src/Editor.js | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/tiptap/src/Editor.js b/packages/tiptap/src/Editor.js index 18f8516e..6b3fc1ac 100644 --- a/packages/tiptap/src/Editor.js +++ b/packages/tiptap/src/Editor.js @@ -437,7 +437,6 @@ export default class Editor extends Emitter { plugins: this.state.plugins.concat([plugin]), }) this.view.updateState(newState) - this.view.updatePluginViews() } destroy() {