mirror of
https://github.com/codex-team/editor.js
synced 2026-03-17 16:10:07 +01:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # codex-editor.js
This commit is contained in:
parent
2e5c571f88
commit
ac36b80a83
1 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
* https://ifmo.su/editor
|
||||
* @author CodeX team team@ifmo.su
|
||||
*/
|
||||
|
||||
var cEditor = (function (cEditor) {
|
||||
|
||||
// Default settings
|
||||
|
|
@ -484,7 +485,7 @@ cEditor.content = {
|
|||
* Make new node with original content
|
||||
*/
|
||||
var nodeCreated = cEditor.draw.block(newBlockTagname, targetBlock.innerHTML);
|
||||
|
||||
|
||||
/**
|
||||
* If it is a first-level node, replace as-is.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue