andrewbaxter / malarkdowney

A next-generation What You See Is What You Wrote markdown editor
https://andrewbaxter.github.io/malarkdowney/
ISC License
2 stars 0 forks source link

Panic on nested UL #7

Closed andrewbaxter closed 1 week ago

andrewbaxter commented 3 weeks ago
main.js:483 panicked at src/malarkdowney/mod.rs:859:84:
called `Result::unwrap()` on an `Err` value: JsValue(NotFoundError: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
Error: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
andrewbaxter commented 1 week ago

Fixed (I think) maybe in https://github.com/andrewbaxter/malarkdowney/commit/aa8794c5e4929b563269c8cf2f4a14d509296cbe ?