mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Added: Todo
This commit is contained in:
parent
a08bca2673
commit
45793b3b64
1 changed files with 4 additions and 0 deletions
|
@ -76,6 +76,10 @@ export function setupBottomBar() {
|
|||
return node.dataset.ease;
|
||||
}
|
||||
*/
|
||||
|
||||
// TODO This should probably be a "ready" command now that it is part of the actual reviewer,
|
||||
// Currently this depends on this component mounting after the reviewer which it should but seems hacky.
|
||||
// Maybe use a counter with a counter.subscribe($counter == 2 then call("ready"))
|
||||
bridgeCommand("bottomReady");
|
||||
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue