This commit is contained in:
the-djmaze 2023-12-07 00:07:31 +01:00
parent f008f948d2
commit 9675d03568

View file

@ -311,11 +311,6 @@ const
}
} else if (isElement(node) && !node.querySelector("BR")) {
fixer = createElement("BR");
let parent = node;
let child;
while ((child = parent.lastElementChild) && !isInline(child)) {
parent = child;
}
}
if (fixer) {
try {