Erase the hash when an element is unselected

This commit is contained in:
Pieter Vander Vennet 2021-04-06 19:41:41 +02:00
parent 454f30cf3b
commit 61377d907b
3 changed files with 5 additions and 1 deletions

View file

@ -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)