mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-05 08:31:51 +00:00
The editing command that relies the most on this, `insertLinebreak`, did not perform a layout update after inserting a `<br>` which caused this algorithm to always return false. But instead of actually building the layout tree needlessly, we can check the DOM tree instead. |
||
---|---|---|
.. | ||
Internal | ||
CommandNames.cpp | ||
CommandNames.h | ||
Commands.cpp | ||
Commands.h | ||
ExecCommand.cpp |