You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reproduce: Enter a line of text (need not be long). select the last few characters and click the "Bold" button. Then click to set the cursor to the end of the line and press the "return" key.
the code fails at:
getChildNodes: function (parent) {
return _.map(parent.childNodes);
},
as parent is null
The text was updated successfully, but these errors were encountered:
To reproduce: Enter a line of text (need not be long). select the last few characters and click the "Bold" button. Then click to set the cursor to the end of the line and press the "return" key.
the code fails at:
getChildNodes: function (parent) {
return _.map(parent.childNodes);
},
as parent is null
The text was updated successfully, but these errors were encountered: