From 97af4c817c597e15546d978484da2b35a0711fd8 Mon Sep 17 00:00:00 2001 From: Nikita Date: Sun, 7 Jan 2018 10:33:05 +0300 Subject: [PATCH] upd --- src/components/modules/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modules/keyboard.js b/src/components/modules/keyboard.js index a0182339..d43bc2d1 100644 --- a/src/components/modules/keyboard.js +++ b/src/components/modules/keyboard.js @@ -26,7 +26,7 @@ export default class Keyboard extends Module { event.preventDefault(); console.log('+'); - this.Editor.BlockManager.Blocks.insert(this.Editor.BlockManager.currentBlockIndex - 1, 'text', this.getDataFromRange()); + // this.Editor.BlockManager.Blocks.insert(this.Editor.BlockManager.currentBlockIndex - 1, 'text', this.getDataFromRange()); break; case (13):