LibWeb: Implement the "unlink" editing command

This commit is contained in:
Jelle Raaijmakers 2025-01-08 17:38:02 +01:00 committed by Andreas Kling
commit e686328cbd
Notes: github-actions[bot] 2025-01-10 22:35:59 +00:00
4 changed files with 66 additions and 0 deletions

View file

@ -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&);
}