Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Web Inspector: Layout overlay color swatches don't update saved color…
… until popover is dismissed https://bugs.webkit.org/show_bug.cgi?id=241244 rdar://94318762 Reviewed by Devin Rousso. We should save all changes to layout overlay color, not just the state when you close the color picker popover. Not doing this causes a few issues: 1. DOM node badge colors don't update as you dynamically adjust the color for an overlay. 2. The new "sample color from screen" can be used without opening the popover for the color picker, which means these changes are never saved. Canonical link: https://commits.webkit.org/251248@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@295164 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information