mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
* Fix undo handling of group and some other IO tools * Emit change signal inside onObjectModified * Fix group lost after moving group then undoing * Skip undo entry if canvas has not changed The onObjectModified() call I added in a previous commit to deleteDuplicateTools results in a duplicate undo entry for the delete tool. Checking for duplicate entries seems simpler than having to think about where onObjectModified() should be called exactly * Fix extra undo entry added after ungroup |
||
|---|---|---|
| .. | ||
| add-from-cloze.ts | ||
| api.ts | ||
| from-shapes.ts | ||
| index.ts | ||
| lib.ts | ||
| more-tools.ts | ||
| shortcuts.ts | ||
| tool-aligns.ts | ||
| tool-buttons.ts | ||
| tool-ellipse.ts | ||
| tool-polygon.ts | ||
| tool-rect.ts | ||
| tool-text.ts | ||
| tool-undo-redo.ts | ||