mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-28 19:59:17 +00:00
LibWeb: Undo curious case of line wrapping
This commit is contained in:
parent
e80914a399
commit
c91718148d
Notes:
github-actions[bot]
2025-06-17 15:05:08 +00:00
Author: https://github.com/gmta
Commit: c91718148d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5115
1 changed files with 1 additions and 2 deletions
|
@ -539,8 +539,7 @@ Optional<TextNode::Chunk> TextNode::ChunkIterator::next_without_peek()
|
|||
}
|
||||
}
|
||||
|
||||
m_current_index
|
||||
= next_grapheme_boundary();
|
||||
m_current_index = next_grapheme_boundary();
|
||||
}
|
||||
|
||||
if (start_of_chunk != m_utf8_view.byte_length()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue