Skip to content

Commit c76e848

Browse files
committed
Merge branch 'master' of https://github.com/arnog/mathlive
2 parents 02f4f2b + ec8f1e0 commit c76e848

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

css/mathfield.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ with this style */
308308
color: var(--_smart-fence-color);
309309
}
310310

311-
.ML__selected,
311+
.ML__focused .ML__selected,
312312
.ML__focused .ML__selected .ML__contains-caret,
313313
.ML__focused .ML__selected .ML__smart-fence__close,
314314
.ML__focused .ML__selected .ML__placeholder {

src/editor/keybindings-definitions.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ export const DEFAULT_KEYBINDINGS: Keybinding[] = [
7373
ifMode: 'latex',
7474
command: ['complete', 'accept-suggestion'],
7575
}, // Complete the suggestion
76-
{ key: '[Return]', ifMode: 'latex', command: 'complete' },
77-
{ key: '[Enter]', ifMode: 'latex', command: 'complete' },
76+
{ key: '[Return]', ifMode: 'latex', command: ['complete', 'accept-all'] },
77+
{ key: '[Enter]', ifMode: 'latex', command: ['complete', 'accept-all'] },
7878
{
7979
key: 'shift+[Escape]',
8080
ifMode: 'latex',

src/editor/l10n-strings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ export const STRINGS = {
679679
'color.grey': 'Grigio',
680680
'color.light-grey': 'Grigio Chiaro',
681681
'color.white': 'Bianco',
682-
}
682+
},
683683

684684
// Japanese
685685
'ja': {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy