mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
This commit is contained in:
parent
f008f948d2
commit
9675d03568
1 changed files with 0 additions and 5 deletions
5
vendors/squire/build/squire-raw.js
vendored
5
vendors/squire/build/squire-raw.js
vendored
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue