added <base> tag to HTML

added observer to wait for expressions before enabling drag
This commit is contained in:
RossAscends
2023-04-19 22:58:59 +09:00
parent b55a9f4e13
commit 4df04f3b3f
3 changed files with 39 additions and 4 deletions

View File

@ -297,7 +297,7 @@ function onClickExpressionImage() {
const html = `
<div id="expression-holder" class="expression-holder">
<div id="expression-holderheader" class="fa-solid fa-grip drag-grabber"></div>
<img class="expression">
<img id="expression-image" class="expression">
</div>`;
$('body').append(html);
}