mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
updated layout
This commit is contained in:
parent
d4bdcc8c66
commit
130dc4ea03
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
|
|||
export let onTagAppend: (() => void) | undefined;
|
||||
|
||||
function appendTag() {
|
||||
if (onTagAppend) onTagAppend();
|
||||
if (onTagAppend) onTagAppend();
|
||||
}
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue