Prasetyo
Results
1
comments of
Prasetyo
I ran into this issue when implementing a dialog in my case. I tried using `modal={false}`, but it made the area outside the dialog clickable. Using `enablePointerEvents` approach worked for...