mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 04:43:07 +09:00
parent
84d3b44b86
commit
6ce9cc2a25
23 changed files with 425 additions and 287 deletions
|
|
@ -1078,7 +1078,7 @@ HTMLEditor::GetInlinePropertyBase(nsIAtom& aProperty,
|
|||
if (content->GetAsText()) {
|
||||
if (!isCollapsed && first && firstNodeInRange) {
|
||||
firstNodeInRange = false;
|
||||
if (range->StartOffset() == (int32_t)content->Length()) {
|
||||
if (range->StartOffset() == content->Length()) {
|
||||
continue;
|
||||
}
|
||||
} else if (content == endNode && !endOffset) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue