Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
lib
react-ag-qeditor
Commits
dce5c6ec
Commit
dce5c6ec
authored
Jun 17, 2026
by
Яков
Browse files
update fix issue
parent
3a2fa14f
Changes
2
Hide whitespace changes
Inline
Side-by-side
package.json
View file @
dce5c6ec
{
{
"name"
:
"react-ag-qeditor"
,
"name"
:
"react-ag-qeditor"
,
"version"
:
"1.1.7
3
"
,
"version"
:
"1.1.7
4
"
,
"description"
:
"WYSIWYG html editor"
,
"description"
:
"WYSIWYG html editor"
,
"author"
:
"atma"
,
"author"
:
"atma"
,
"license"
:
"
MIT
"
,
"license"
:
"
MIT
"
,
...
...
src/extensions/ToggleBlock.js
View file @
dce5c6ec
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment