We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9681173 commit 7d7cd52Copy full SHA for 7d7cd52
README.md
@@ -70,7 +70,7 @@ Install and use by directly by including the [browser files](dist):
70
<a-entity sphere-collider="objects: a-box" super-hands hand-controls="hand: right"></a-entity>
71
</a-entity>
72
<!-- hover & drag-drop won't have any obvious effect without some additional event handlers or components. See the examples page for more -->
73
- <a-box hoverable grabbable stretchable draggable dropppable color="blue" position="0 0 -1"></a-box>
+ <a-box hoverable grabbable stretchable draggable droppable color="blue" position="0 0 -1"></a-box>
74
</a-scene>
75
</body>
76
```
0 commit comments