Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
madocto committed Mar 19, 2024
1 parent 7200a8b commit 692b5c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/examples/toolbarRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default function ToolbarRender() {
<div
style={{ position: 'fixed', display: 'flex', bottom: 0, width: '100%', gap: 10 }}
>
<div onClick={onSwitchPrev}>switchLeft</div>
<div onClick={onSwitchNext}>switchRight</div>
<div onClick={onSwitchPrev}>switchPrev</div>
<div onClick={onSwitchNext}>switchNext</div>
<div onClick={onFlipY}>flipY</div>
<div onClick={onFlipX}>flipX</div>
<div onClick={onRotateLeft}>rotateLeft</div>
Expand Down

0 comments on commit 692b5c0

Please sign in to comment.