From d3c1d5153b328011ebbe7569a8c44b448c0835b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Go=C5=82aszewski?= Date: Tue, 8 Jan 2019 16:38:41 +0100 Subject: [PATCH] t/ckeditor5/1341: WiP --- src/inputcommand.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/inputcommand.js b/src/inputcommand.js index 94ca25e..cef6791 100644 --- a/src/inputcommand.js +++ b/src/inputcommand.js @@ -53,6 +53,7 @@ export default class InputCommand extends Command { super.destroy(); this._buffer.destroy(); + this._buffer = null; } /**