[webkit-changes] [WebKit/WebKit] 5ab59d: get y should return this._y in GradientSlider.js
Frances Cornwall
noreply at github.com
Thu May 16 21:12:43 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5ab59d6891b5d75313b8356b2ff0cdcf2fb3b710
https://github.com/WebKit/WebKit/commit/5ab59d6891b5d75313b8356b2ff0cdcf2fb3b710
Author: Frances Cornwall <frances_c at cox.net>
Date: 2024-05-16 (Thu, 16 May 2024)
Changed paths:
M Source/WebInspectorUI/UserInterface/Views/GradientSlider.js
Log Message:
-----------
get y should return this._y in GradientSlider.js
https://bugs.webkit.org/show_bug.cgi?id=274094
Reviewed by Devin Rousso.
Delete get y() and set (y).
Add this._updateTransform() in _handleMousemove because set y() was removed where it was originally set.
* Source/WebInspectorUI/UserInterface/Views/GradientSlider.js:
(WI.GradientSliderKnob.prototype._handleMousemove):
(WI.GradientSliderKnob.prototype.get y): Deleted.
(WI.GradientSliderKnob.prototype.set y): Deleted.
Canonical link: https://commits.webkit.org/278904@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list