1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:27:45 +00:00

LibWeb: Move select-all implementation to BrowsingContext

This commit is contained in:
Timothy Flynn 2021-07-14 08:38:10 -04:00 committed by Andreas Kling
parent 58cb37f986
commit fea7e84b26
3 changed files with 38 additions and 30 deletions

View file

@ -80,6 +80,7 @@ public:
bool cursor_blink_state() const { return m_cursor_blink_state; }
String selected_text() const;
void select_all();
void did_edit(Badge<EditEventHandler>);