mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
resolved conflict
This commit is contained in:
commit
cd3620f2a1
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) {
|
||||
if (onTagAppend){
|
||||
onTagAppend();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue