Anki/ts
Damien Elmes 7cb9b93b43 Fix some issues with toggle mask shortcut
- We were registered another event handler for each card, which was a
resource leak, and would lead to the shortcut failing on every second card
due to the even number of toggles.
- We were allowing toggleMasks() to run even when the button wasn't visible
(e.g., when showing the question side of a card)
2023-12-11 14:02:19 +10:00
..
card-info
change-notetype
components Fix revert icon position in RTL 2023-12-11 09:20:10 +10:00
congrats
deck-options Split "auto advance" into a separate section 2023-12-11 13:47:34 +10:00
domlib
editable Fix Mathjax can only be pasted once (#2869) 2023-12-05 10:01:25 +10:00
editor
fields
graphs
html-filter
icons
image-occlusion Fix some issues with toggle mask shortcut 2023-12-11 14:02:19 +10:00
import-anki-package
import-csv
import-page
lib
mathjax
reviewer
sveltelib
tag-editor
tools
.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