mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 23:27:12 -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()` |
||
|---|---|---|
| .. | ||
| notes-toolbar | ||
| shapes | ||
| tools | ||
| add-or-update-note.ts | ||
| canvas-scale.ts | ||
| icons.ts | ||
| image-occlusion-base.scss | ||
| ImageOcclusionPage.svelte | ||
| ImageOcclusionPicker.svelte | ||
| index.ts | ||
| lib.ts | ||
| mask-editor.ts | ||
| MaskEditor.svelte | ||
| Notes.svelte | ||
| review.scss | ||
| review.ts | ||
| StickyFooter.svelte | ||
| store.ts | ||
| Tags.svelte | ||
| Toast.svelte | ||
| Toolbar.svelte | ||
| tsconfig.json | ||
| types.ts | ||