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 cannot seem to get Selecto working when class names are populated from a CSS module using Vite. Maybe I am missing something obvious? Thanks!
Also, I am still learning how to use your libraries. They are great! If you have a moment, could you please answer these questions?
I noticed that the selected border and circle do not move with the target when the canvas scrolls. Any idea why?
How can I disable the border and/or circle on selected targets?
If I have content above or left of the viewer, I noticed that the blue drag selection is offset. How can I fix this? I fixed it with rootContainer={viewerRef.current?.getElement() || document.body}, but this feels messy.
Is it possible to implement a coordinate system in Infinite Viewer?
Environments
Description
I cannot seem to get Selecto working when class names are populated from a CSS module using Vite. Maybe I am missing something obvious? Thanks!
Also, I am still learning how to use your libraries. They are great! If you have a moment, could you please answer these questions?
rootContainer={viewerRef.current?.getElement() || document.body}
, but this feels messy.The text was updated successfully, but these errors were encountered: