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:
Timothy Flynn
2024-08-26 12:23:21 -04:00
committed by Tim Flynn
parent fa4b324a12
commit 660e846e94
5 changed files with 3 additions and 24 deletions

View File

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