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:
parent
58cb37f986
commit
fea7e84b26
3 changed files with 38 additions and 30 deletions
|
@ -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>);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue