mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 14:19:01 +02:00
Handle mode: 'none' in keybindings (#12717)
GitOrigin-RevId: 77d040352b1de2311f663a8b33bd0d20d79a30ae
This commit is contained in:
@@ -198,6 +198,10 @@ export const keybindings = () => {
|
||||
export const setKeybindings = async (
|
||||
selectedKeybindings = 'default'
|
||||
): Promise<TransactionSpec> => {
|
||||
if (selectedKeybindings === 'none') {
|
||||
selectedKeybindings = 'default'
|
||||
}
|
||||
|
||||
const selectedOption = options.find(
|
||||
option => option.name === selectedKeybindings
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user