Anki/ts/editor/mathjax-overlay
Hikaru Y 1aabff9248
Fix two issues with MathJax editor (#2550)
* 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
2023-06-19 13:55:40 +10:00
..
icons.ts Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
index.ts Use WithFloating for MathjaxOverlay (#2011) 2022-09-05 17:20:00 +10:00
MathjaxButtons.svelte Experiment with disabling prettier whitespace sensitivity 2023-06-01 11:11:26 +10:00
MathjaxEditor.svelte Fix two issues with MathJax editor (#2550) 2023-06-19 13:55:40 +10:00
MathjaxOverlay.svelte Fix two issues with MathJax editor (#2550) 2023-06-19 13:55:40 +10:00