Bug fix for deploy

Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
This commit is contained in:
Miao Wang 2023-04-01 00:19:42 +08:00
parent d912849e17
commit 54840e1a13
No known key found for this signature in database
GPG Key ID: B031E3CA7BFED96E

View File

@ -1,3 +1,6 @@
---
---
const Matter = window.Matter;
function findNearestBlock(elem) {
@ -223,4 +226,4 @@ function bootstrap() {
}, true);
}
document.body.onload = bootstrap;
document.body.onload = bootstrap;