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 |
||
|---|---|---|
| .. | ||
| card-info | ||
| change-notetype | ||
| components | ||
| congrats | ||
| deck-options | ||
| domlib | ||
| editable | ||
| editor | ||
| fields | ||
| graphs | ||
| html-filter | ||
| icons | ||
| image-occlusion | ||
| import-csv | ||
| lib | ||
| mathjax | ||
| reviewer | ||
| sql_format | ||
| sveltelib | ||
| tag-editor | ||
| .gitignore | ||
| bundle_svelte.mjs | ||
| bundle_ts.mjs | ||
| esbuild_jest.mjs | ||
| jest.config.js | ||
| licenses.json | ||
| page.html | ||
| README.md | ||
| transform_ts.mjs | ||
| tsconfig.json | ||
| yarn.sh | ||
Anki's TypeScript and Sass dependencies. Some TS/JS code is also stored separately in ../qt/aqt/data/web/.
To update all dependencies:
./update.sh
To add a new dev dependency, use something like:
./add.sh -D @rollup/plugin-alias