Commit dce5c6ec authored by Яков's avatar Яков
Browse files

update fix issue

parent 3a2fa14f
{ {
"name": "react-ag-qeditor", "name": "react-ag-qeditor",
"version": "1.1.73", "version": "1.1.74",
"description": "WYSIWYG html editor", "description": "WYSIWYG html editor",
"author": "atma", "author": "atma",
"license": "MIT", "license": "MIT",
......
...@@ -188,7 +188,7 @@ const ToggleBlock = Node.create({ ...@@ -188,7 +188,7 @@ const ToggleBlock = Node.create({
const doc = state.doc const doc = state.doc
const tr = state.tr const tr = state.tr
let additionalOffset = 0 let additionalOffset = 0
let pos = 1 let pos = 0
for (let i = 0; i < doc.childCount - 1; i++) { for (let i = 0; i < doc.childCount - 1; i++) {
const node = doc.child(i) const node = doc.child(i)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment