mirror of
https://github.com/ankitects/anki.git
synced 2025-11-17 10:07:13 -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()` |
||
|---|---|---|
| .. | ||
| base.ts | ||
| ellipse.ts | ||
| floats.ts | ||
| from-cloze.ts | ||
| index.ts | ||
| polygon.ts | ||
| position.ts | ||
| rectangle.ts | ||
| text.ts | ||
| to-cloze.ts | ||