forked from MapComplete/MapComplete
Erase the hash when an element is unselected
This commit is contained in:
parent
454f30cf3b
commit
61377d907b
3 changed files with 5 additions and 1 deletions
|
@ -369,7 +369,6 @@ export default class LayerConfig {
|
|||
const self = this;
|
||||
const mappedHtml = tags.map(tgs => {
|
||||
function genHtmlFromString(sourcePart: string): UIElement {
|
||||
console.log("Got source part ", sourcePart)
|
||||
if (sourcePart.indexOf("html:") == 0) {
|
||||
// We use § as a replacement for ;
|
||||
const html = sourcePart.substring("html:".length)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue