forked from MapComplete/MapComplete
Refactoring: more css cleanup
This commit is contained in:
parent
4548689a28
commit
59544ec073
8 changed files with 13 additions and 53 deletions
|
@ -6,8 +6,8 @@
|
|||
export let src: string;
|
||||
let htmlElem: HTMLElement;
|
||||
$: {
|
||||
if(htmlElem){
|
||||
htmlElem.innerHTML = src
|
||||
if (htmlElem) {
|
||||
htmlElem.innerHTML = src;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue