forked from MapComplete/MapComplete
UX: fix #1873, allow SvelteUIElements to be a span
This commit is contained in:
parent
6812ab3890
commit
9163d57039
2 changed files with 9 additions and 3 deletions
|
@ -1017,7 +1017,7 @@ export default class SpecialVisualizations {
|
|||
state,
|
||||
feature,
|
||||
layer
|
||||
}).SetClass("px-1")
|
||||
}).SetClass("px-1").setSpan()
|
||||
})
|
||||
)
|
||||
},
|
||||
|
@ -1249,7 +1249,7 @@ export default class SpecialVisualizations {
|
|||
download: tagSource.map(tags => Utils.SubstituteKeys(download, tags)),
|
||||
ariaLabel: tagSource.map(tags => Utils.SubstituteKeys(ariaLabel, tags)),
|
||||
newTab: new ImmutableStore(newTab)
|
||||
})
|
||||
}).setSpan()
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue