mirror of
https://github.com/ankitects/anki.git
synced 2026-01-05 18:13:56 -05:00
resolved conflicts
This commit is contained in:
parent
cd3620f2a1
commit
6347a25711
2 changed files with 2 additions and 1 deletions
|
|
@ -255,6 +255,7 @@ Ranjit Odedra <ranjitodedra.dev@gmail.com>
|
|||
Eltaurus <https://github.com/Eltaurus-Lt>
|
||||
jariji
|
||||
Francisco Esteva <fr.esteva@duocuc.cl>
|
||||
AmandaSternberg-creator <amandasternberg2001@gmail.com>
|
||||
|
||||
********************
|
||||
|
||||
|
|
|
|||
|
|
@ -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