Fix late settings loading
parent
e2cb2ab6e7
commit
c81237d93c
|
@ -80,7 +80,7 @@ function keyBindingForQuote(
|
||||||
}
|
}
|
||||||
|
|
||||||
export function createSmartQuoteKeyBindings(client: Client): KeyBinding[] {
|
export function createSmartQuoteKeyBindings(client: Client): KeyBinding[] {
|
||||||
if (client.settings.useSmartQuotes === false) {
|
if (client.settings?.useSmartQuotes === false) {
|
||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue