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
Atm the preventDefault modifier makes no sense with "click" related PointerEvents because we're generating only <div> shadow DOM elements which have no default browser action.
generate shadow DOM <a> elements if a component / three.js object instance is / should be handles as a link. -> link prop (an Object containing <a> properties)
generate shadow DOM <button> elements if a component / three.js object instance is / should be handled as a button. -> button prop (an Object containing <button> properties)
The text was updated successfully, but these errors were encountered:
Atm the
preventDefault
modifier makes no sense with"click"
relatedPointerEvent
s because we're generating only<div>
shadow DOM elements which have no default browser action.<a>
elements if a component / three.js object instance is / should be handles as a link. ->link
prop (an Object containing<a>
properties)<button>
elements if a component / three.js object instance is / should be handled as a button. ->button
prop (an Object containing<button>
properties)The text was updated successfully, but these errors were encountered: