LibWeb: Undo curious case of line wrapping

This commit is contained in:
Jelle Raaijmakers 2025-06-17 12:33:29 +02:00 committed by Alexander Kalenik
commit c91718148d
Notes: github-actions[bot] 2025-06-17 15:05:08 +00:00

View file

@ -539,8 +539,7 @@ Optional<TextNode::Chunk> TextNode::ChunkIterator::next_without_peek()
} }
} }
m_current_index m_current_index = next_grapheme_boundary();
= next_grapheme_boundary();
} }
if (start_of_chunk != m_utf8_view.byte_length()) { if (start_of_chunk != m_utf8_view.byte_length()) {