mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 23:42:23 -04:00
keep _updateQA exposed for now, as some add-ons use it
This commit is contained in:
parent
ce5f9bb9b0
commit
4861495b49
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ const renderError =
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
async function _updateQA(
|
export async function _updateQA(
|
||||||
html: string,
|
html: string,
|
||||||
_unusused: unknown,
|
_unusused: unknown,
|
||||||
onupdate: Callback,
|
onupdate: Callback,
|
||||||
|
|
Loading…
Reference in a new issue