mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 04:09:13 +00:00
LibWeb: Add OOPWV IPC for retrieving selected text
This commit is contained in:
parent
528574d958
commit
2fda6ce159
Notes:
sideshowbarker
2024-07-18 09:03:29 +09:00
Author: https://github.com/trflynn89
Commit: 2fda6ce159
Pull-request: https://github.com/SerenityOS/serenity/pull/8740
5 changed files with 15 additions and 0 deletions
|
@ -412,4 +412,9 @@ void OutOfProcessWebView::js_console_input(const String& js_source)
|
|||
client().async_js_console_input(js_source);
|
||||
}
|
||||
|
||||
String OutOfProcessWebView::selected_text()
|
||||
{
|
||||
return client().get_selected_text();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue