Skip to content

Commit

Permalink
fix: event headline h2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed May 17, 2023
1 parent 6815d12 commit c506769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/controls/orbit-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Is really important that the Perspective camera is set first in the canvas. Othe
| **enableRotate** | Whether to enable rotating. | `true` |
| **rotateSpeed** | How fast to rotate around the target. Default is 1. | `1` |

# Events
## Events

```html
<OrbitControls @change="onChange" @start="onStart" @end="onEnd" />
Expand Down

0 comments on commit c506769

Please sign in to comment.