Display preview with a single click

This commit is contained in:
yflory
2020-04-21 16:40:19 +02:00
parent 89de5869c5
commit 440980c4af
4 changed files with 13 additions and 9 deletions

View File

@@ -256,11 +256,9 @@ define([
$inner.append(cfg.svg);
if (!cfg.render) {
$spinner.hide();
console.error('here');
locked = false;
return;
}
console.error('there');
setTimeout(cfg.render);
tag = cfg.svg;
} else {