akarin

Results 1 comments of akarin

It is a forced method, but I found one solution. First, define a state to disable touch events. ```ts const [isPointerBlocking, setIsPointerBlocking] = useState(false); ``` Next, apply the following style...