Skip to content

Commit fb7e1bd

Browse files
committed
remove unused variable
1 parent 178d80d commit fb7e1bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/plugins/KeyboardMapPlugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const KeyboardMapPlugin = ({
102102
return false
103103
}
104104

105-
const { key, ctrlKey, metaKey, altKey, shiftKey } = e
105+
const { key, ctrlKey, metaKey, altKey } = e
106106
const keyboardMap = getLocalStorage<string | null>(
107107
"Keyboard Map",
108108
null,

0 commit comments

Comments
 (0)