Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[cleanup] Remove incorrectly overridden
focus()
method.
The `Button` component didn't override `focus()` correctly, as it wasn't accepting (and passing through) the `FocusOptions`. It's also unnecessary to even override the `focus()` method, since we pass `delegatesFocus: true` when creating the shadow root. Bug: 301364727 Change-Id: I946204ae086ee6344b099f332da065eb401abafe Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6179965 Reviewed-by: Alex Rudenko <[email protected]> Commit-Queue: Benedikt Meurer <[email protected]> Auto-Submit: Benedikt Meurer <[email protected]>
- Loading branch information