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,
|
getMessageComposerBindings: messageComposerBindings,
|
||||||
getAutocompleteBindings: autocompleteBindings,
|
getAutocompleteBindings: autocompleteBindings,
|
||||||
getRoomListBindings: roomListBindings,
|
getRoomListBindings: roomListBindings,
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { defaultBindingProvider } from './KeyBindingsDefaults';
|
import { defaultBindingsProvider } from './KeyBindingsDefaults';
|
||||||
import { isMac } from './Keyboard';
|
import { isMac } from './Keyboard';
|
||||||
|
|
||||||
/** Actions for the chat message composer component */
|
/** Actions for the chat message composer component */
|
||||||
@@ -197,7 +197,7 @@ export class KeyBindingsManager {
|
|||||||
* customized key bindings.
|
* customized key bindings.
|
||||||
*/
|
*/
|
||||||
bindingsProviders: IKeyBindingsProvider[] = [
|
bindingsProviders: IKeyBindingsProvider[] = [
|
||||||
defaultBindingProvider,
|
defaultBindingsProvider,
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user