mirror of https://github.com/vector-im/riot-web
Fix spelling
parent
4a6f931782
commit
dadeb68bbf
|
@ -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,
|
||||
];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue