Added library node insert button to library page, no automatic parenting

This commit is contained in:
Stefan Zermatten
2021-03-26 12:49:08 +02:00
parent 1978a2e4c7
commit 5cf0330e03
6 changed files with 76 additions and 34 deletions

View File

@@ -166,7 +166,7 @@
let source = this.getTopElementByDataId(elementId);
if (!source){
console.warn(`Can't find source for ${elementId}`);
this.hiddenElement.style.opacity = null;
if (this.hiddenElement) this.hiddenElement.style.opacity = null;
done();
return;
}