Skip to content

Commit

Permalink
fix: remove PointerLockPlugin from story because it doesn't have a pu…
Browse files Browse the repository at this point in the history
…rpose here
  • Loading branch information
EthanStandel committed Jun 17, 2022
1 parent 80a522e commit 146ecee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stories/Joystick.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
MultiTouchPlugin,
KeyboardPlugin,
initialKeyboardPluginOptions,
PointerLockPlugin,
} from "../components/Joystick/plugins";

export default {
Expand Down Expand Up @@ -103,7 +102,6 @@ const Template = ((args: TemplateOptions) => {
<Joystick
{...args}
plugins={[
PointerLockPlugin(),
GamepadPlugin(
args.dual && index === 1
? { ...args.gamepadPluginConfig, xIndex: 2, yIndex: 3 }
Expand Down

0 comments on commit 146ecee

Please sign in to comment.