You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Fix spelling
This commit is contained in:
@@ -382,7 +382,7 @@ const navigationBindings = (): KeyBinding<NavigationAction>[] => {
|
||||
]
|
||||
}
|
||||
|
||||
export const defaultBindingProvider: IKeyBindingsProvider = {
|
||||
export const defaultBindingsProvider: IKeyBindingsProvider = {
|
||||
getMessageComposerBindings: messageComposerBindings,
|
||||
getAutocompleteBindings: autocompleteBindings,
|
||||
getRoomListBindings: roomListBindings,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { defaultBindingProvider } from './KeyBindingsDefaults';
|
||||
import { defaultBindingsProvider } from './KeyBindingsDefaults';
|
||||
import { isMac } from './Keyboard';
|
||||
|
||||
/** Actions for the chat message composer component */
|
||||
@@ -197,7 +197,7 @@ export class KeyBindingsManager {
|
||||
* customized key bindings.
|
||||
*/
|
||||
bindingsProviders: IKeyBindingsProvider[] = [
|
||||
defaultBindingProvider,
|
||||
defaultBindingsProvider,
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user