mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-26 22:49:27 +00:00
5f6ecd756b
At first, HTMLEditor::GetActiveEditingHost might return null in this situation, we should check whether nullptr is returned. At second, SplitNodeDeep returns error since curent is design mode and selection node has no parent. So we should check error. Ref: Bug 1350772