-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make <selectedoption> stop responding to mutations
This patch makes <selectedoption> stop using the MutationObserver for <option>: openui/open-ui#825 This patch also uncovered a small bug with the selectedoptionelement attribute when assigning null to the IDL attribute, which I fixed by removing a null check. Bug: 336844298 Change-Id: I3fed171bf687cabb9474d8ff8741071c28bbad0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5941575 Reviewed-by: Dominic Farolino <dom@chromium.org> Commit-Queue: Joey Arhar <jarhar@chromium.org> Cr-Commit-Position: refs/heads/main@{#1376573}
- Loading branch information
1 parent
d7b8dae
commit ff425b2
Showing
2 changed files
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters