mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
upd
This commit is contained in:
parent
d46e8232eb
commit
97af4c817c
1 changed files with 1 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue