From 146ecee9c0848df1639e895b1804622c8f13f461 Mon Sep 17 00:00:00 2001 From: Ethan Standel Date: Fri, 17 Jun 2022 00:28:54 -0400 Subject: [PATCH] fix: remove PointerLockPlugin from story because it doesn't have a purpose here --- src/stories/Joystick.stories.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stories/Joystick.stories.tsx b/src/stories/Joystick.stories.tsx index e4a64e4..a2b12a3 100644 --- a/src/stories/Joystick.stories.tsx +++ b/src/stories/Joystick.stories.tsx @@ -11,7 +11,6 @@ import { MultiTouchPlugin, KeyboardPlugin, initialKeyboardPluginOptions, - PointerLockPlugin, } from "../components/Joystick/plugins"; export default { @@ -103,7 +102,6 @@ const Template = ((args: TemplateOptions) => {