resolved conflicts

This commit is contained in:
Amanda Sternberg 2025-11-21 10:55:56 +01:00
parent cd3620f2a1
commit 6347a25711
2 changed files with 2 additions and 1 deletions

View file

@ -255,6 +255,7 @@ Ranjit Odedra <ranjitodedra.dev@gmail.com>
Eltaurus <https://github.com/Eltaurus-Lt> Eltaurus <https://github.com/Eltaurus-Lt>
jariji jariji
Francisco Esteva <fr.esteva@duocuc.cl> Francisco Esteva <fr.esteva@duocuc.cl>
AmandaSternberg-creator <amandasternberg2001@gmail.com>
******************** ********************

View file

@ -18,7 +18,7 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
export let onTagAppend: (() => void) | undefined; export let onTagAppend: (() => void) | undefined;
function appendTag() { function appendTag() {
if (onTagAppend){ if (onTagAppend) {
onTagAppend(); onTagAppend();
} }
} }