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
Without this call to split(), the targetNode may outgrow leaf.length, causing
the call to format.add(targetNode, value) to operate on more than was intended.
Fixesslab#310
Platform: OSX 10.10.2
Browser: Chrome 41.0.2272.89
Steps to reproduce:
Chrome should now throw
Uncaught TypeError: Cannot read property 'parentNode' of null
atquill.js:5026
.Let me know if I need to provide additional information.
Thanks!
The text was updated successfully, but these errors were encountered: