You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {element} element The element to normalize the `scrollLeft` value for
952
-
* @param {int} scrollLeft The `scrollLeft` value to denormalize.
953
-
* @param {boolean} grid The grid that owns the scroll event.
952
+
* @param {number} scrollLeft The `scrollLeft` value to denormalize.
953
+
* @param {grid} grid The grid that owns the scroll event.
954
954
*
955
-
* @returns {int} A normalized scrollLeft value for the current browser.
955
+
* @returns {number} A normalized scrollLeft value for the current browser.
956
956
*
957
957
* @description
958
958
* Browsers currently handle RTL in different ways, resulting in inconsistent scrollLeft values. This method denormalizes a value for the current browser.
0 commit comments