mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Fix MathJax editor not closing when changing notes via shortcut Another commit will remove the on:blur handler set for <MathjaxEditor>, in which case the function will also be called when changing notes with a mouse click. * Don't close MathJax editor on blur event Closing MathJax editor on a blur event caused it to close even when it should not. e.g. - when switching to another application - when right-clicking to bring up the context menu - when clicking on the empty space around CodeMirror |
||
|---|---|---|
| .. | ||
| icons.ts | ||
| index.ts | ||
| MathjaxButtons.svelte | ||
| MathjaxEditor.svelte | ||
| MathjaxOverlay.svelte | ||