mortii / anki-morphs

A MorphMan fork rebuilt from the ground up with a focus on simplicity, performance, and a codebase with minimal technical debt.
https://mortii.github.io/anki-morphs/
Mozilla Public License 2.0
55 stars 8 forks source link

Can't close the "Insertig into anki collection" screen #14

Closed Vilhelm-Ian closed 11 months ago

Vilhelm-Ian commented 11 months ago

I tried clicking the x button and pressing alt-f4 but it wouldn't stop

mortii commented 11 months ago

Yeah, that seems to be a QueryOp problem... I'll look into it. Thank you!

mortii commented 11 months ago

Found a potential solution: https://forums.ankiweb.net/t/how-to-cancel-a-background-task/19763/5

mortii commented 11 months ago

The user can now stop recalc by clicking 'x' when caching or updating is happening. It won't work during the "Insertig into anki collection" screen because the inserting does not happen in a loop so there is nowhere for the interrupt to happen unfortunately.

github-actions[bot] commented 6 months ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.