Chore: fix linting errors, obsolete console.logs and typos

This commit is contained in:
Pieter Vander Vennet 2024-04-12 15:37:10 +02:00
parent e2aaa7d435
commit 0a73b28ee1
4 changed files with 6 additions and 13 deletions

View file

@ -17,7 +17,7 @@
id = $tags.id
}
let txt = new UIEventSource(undefined)
let txt: UIEventSource<string> = new UIEventSource(undefined)
let _txt: string = undefined
txt.addCallbackD((t) => {
_txt = t