mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 08:44:58 +00:00
LibWebView: Add a helper to get selected text with collapsed whitespace
This commit is contained in:
parent
e221b3afeb
commit
6af279a22d
2 changed files with 10 additions and 0 deletions
|
@ -63,6 +63,7 @@ public:
|
|||
void set_preferred_color_scheme(Web::CSS::PreferredColorScheme);
|
||||
|
||||
DeprecatedString selected_text();
|
||||
Optional<String> selected_text_with_whitespace_collapsed();
|
||||
void select_all();
|
||||
|
||||
void get_source();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue