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
trying to upload an interactive OBJKT, using keyboard to switch behaviour. Everything working fine locally, but absolutelly not working on the preview page, before minting.
I'm using the three.js event listner
`document.addEventListener('keydown', refresh);
function refresh(e){
}`
Any idea?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi there,
trying to upload an interactive OBJKT, using keyboard to switch behaviour. Everything working fine locally, but absolutelly not working on the preview page, before minting.
I'm using the three.js event listner
`document.addEventListener('keydown', refresh);
function refresh(e){
}`
Any idea?
Thanks in advance
The text was updated successfully, but these errors were encountered: