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: Screenshots timeline overview records do not adjust th…
…eir position when zooming in/out https://bugs.webkit.org/show_bug.cgi?id=242341 rdar://96325691 Reviewed by Devin Rousso. The position of the images should not only be set during initialization of the record's image element, but also during each layout. * Source/WebInspectorUI/UserInterface/Views/ScreenshotsTimelineOverviewGraph.js: (WI.ScreenshotsTimelineOverviewGraph.prototype.layout): Canonical link: https://commits.webkit.org/252148@main
- Loading branch information