Closed raunaqgupta closed 3 years ago
Instantiating the editor within a <li> element throws the error:
<li>
RangeError: Position -1 out of range
To Reproduce
Expected behavior The editor should be editable (if readOnly is set to false).
readOnly
false
Version 11.0.10
Screenshots
Desktop (please complete the following information):
Notes
<div>
Is the LI the direct parent of the editor or just somewhere up the tree?
Several (> 1) levels above the editor instance.
Instantiating the editor within a
<li>
element throws the error:To Reproduce
<li>
elementExpected behavior The editor should be editable (if
readOnly
is set tofalse
).Version 11.0.10
Screenshots
Desktop (please complete the following information):
Notes
<li>
is replaced with a<div>
element.