Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DOMException triggered by .removeChild() in specific situations
It can occur that a node is not a child of the parent element in some mysterious situations such that when another add-on injects scripts into the reviewer webview using gui_hooks.card_will_show and there is some random whitespace in the template... Probably some kind of a race condition.
- Loading branch information