mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibWeb: Implement the "unlink" editing command
This commit is contained in:
parent
043a28baeb
commit
e686328cbd
Notes:
github-actions[bot]
2025-01-10 22:35:59 +00:00
Author: https://github.com/gmta
Commit: e686328cbd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3216
4 changed files with 66 additions and 0 deletions
|
@ -52,5 +52,6 @@ bool command_subscript_indeterminate(DOM::Document const&);
|
|||
bool command_superscript_action(DOM::Document&, String const&);
|
||||
bool command_superscript_indeterminate(DOM::Document const&);
|
||||
bool command_underline_action(DOM::Document&, String const&);
|
||||
bool command_unlink_action(DOM::Document&, String const&);
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue