forked from MapComplete/MapComplete
Tweaks to question box
This commit is contained in:
parent
cce14564dc
commit
64532d1faf
7 changed files with 97 additions and 18 deletions
|
|
@ -6,7 +6,7 @@
|
|||
export let src: string;
|
||||
let htmlElem: HTMLElement;
|
||||
$: {
|
||||
if(htmlElem !== undefined){
|
||||
if(htmlElem){
|
||||
htmlElem.innerHTML = src
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue