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
I am using react ruler with infinite scrolling to 24000px by 24000px of page. Using both vertical and horizontal rulers with sticky position on parent element. It is working great and as expected on all browsers but firefox. Firefox gives 2 errors:
How it is told in the demo creating the resize function. Firefox fails to recognise that and thorws ruler.resize is not a function
I removed the function and still works properly on other browsers and then throws error on Ruler.tsx:111 and just crashes.
What I tried
I tried to remove the height and width of the parent element for the ruler and the horizontal starts working but the width is just the width of the screen and not more even though the page is way more than that.
By any means I am unable to have a vertical scroll bar
Need help.
The text was updated successfully, but these errors were encountered:
Environments
Description
I am using react ruler with infinite scrolling to 24000px by 24000px of page. Using both vertical and horizontal rulers with sticky position on parent element. It is working great and as expected on all browsers but firefox. Firefox gives 2 errors:
resize
function. Firefox fails to recognise that and thorwsruler.resize is not a function
Ruler.tsx:111
and just crashes.What I tried
Need help.
The text was updated successfully, but these errors were encountered: