mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Revert "LibWeb: Change where content selection via mouse is allowed"
This reverts commit 6c9adf3dbc
.
This change breaks e.g. typing into the search box on google.com and
comment boxes on github.com.
This commit is contained in:
parent
fa4b324a12
commit
660e846e94
Notes:
github-actions[bot]
2024-08-26 18:09:55 +00:00
Author: https://github.com/trflynn89
Commit: 660e846e94
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1195
5 changed files with 3 additions and 24 deletions
|
@ -206,8 +206,6 @@ public:
|
|||
WebIDL::ExceptionOr<void> set_selection_end_for_bindings(Optional<WebIDL::UnsignedLong> const&);
|
||||
Optional<WebIDL::UnsignedLong> selection_end_for_bindings() const;
|
||||
|
||||
virtual bool is_child_node_selectable(DOM::Node const&) const override;
|
||||
|
||||
private:
|
||||
HTMLInputElement(DOM::Document&, DOM::QualifiedName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue