mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 07:37:11 -05:00
* Simplify handling of occlusion types in editor code - Unify updateIONoteInEditMode(), setOcclusionFieldInner() and setOcclusionField() into updateOcclusionsField() - Don't use `includeInactive` property of Shape class in editor code - Drop `isEditMode` + Update the occlusions field every time a mask or text is updated, not only in editing mode but also in adding mode, so that IO cards can be previewed correctly in the card layout screen * Indicate current occlusion type in pop-up menu https://forums.ankiweb.net/t/anki-23-10-beta-5-6/35677/46 * Fix a11y warnings in Toolbar.svelte * Drop `occludeInactive` parameter from `MaskEditorAPI.getShapes()` |
||
|---|---|---|
| .. | ||
| add-from-cloze.ts | ||
| api.ts | ||
| from-shapes.ts | ||
| index.ts | ||
| lib.ts | ||
| more-tools.ts | ||
| tool-aligns.ts | ||
| tool-buttons.ts | ||
| tool-ellipse.ts | ||
| tool-polygon.ts | ||
| tool-rect.ts | ||
| tool-text.ts | ||
| tool-undo-redo.ts | ||