mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 12:46:06 +00:00
LibWeb: Move editing stuff into EditEventHandler.
This commit is contained in:
parent
82aac98bea
commit
bbcc5a9332
Notes:
sideshowbarker
2024-07-19 00:57:24 +09:00
Author: https://github.com/asynts
Commit: bbcc5a9332
Pull-request: https://github.com/SerenityOS/serenity/pull/4318
Reviewed-by: https://github.com/Lubrsi
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/linusg
11 changed files with 161 additions and 22 deletions
|
@ -167,6 +167,7 @@ class ReplacedBox;
|
|||
|
||||
namespace Web {
|
||||
class EventHandler;
|
||||
class EditEventHandler;
|
||||
class Frame;
|
||||
class FrameLoader;
|
||||
class InProcessWebView;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue