Abdo
Abdo
Anki has an option to set field direction in the editor. My guess is that dir=auto needs to be set on the field element, not the root, but this is...
> I think you mean i should replace command bridge with rpc and then close window from a function inside python, but wat about history.back? It still needed because if...
@medProgAyat Have you checked `deckOptionsRequireClose` and `deck_options_require_close` in the source as I suggested? That should give you a good idea.
For reference: https://github.com/ankitects/anki/issues/4188 If I run this in the debug console, the tooltip immediately disappears due to the active window check: ```python from aqt.utils import tooltip tooltip("hello", parent=mw, period=5000) ```...
There is a case where the tooltip persists despite Anki not being on top. On Windows for example, if I switch to another app without minimizing Anki, the tooltip will...
Doesn't seem to make a difference. > Hmm, yes it seems hard to get a fix for all tooltips... Yeah, maybe it's not worth spending more time on it, as...
Would be nice to fully migrate to Svelte 5 along the way, but it's a larger task.
> I could start by refactoring a few components to use callback props instead, or is that a non go since you want to try to do everything at once?...