mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Fix bug
This commit is contained in:
parent
ada7935866
commit
b70542cedc
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ export default {
|
|||
};
|
||||
|
||||
const show = () => {
|
||||
if (!document.body.contains(el)) return;
|
||||
if (self.tag) return;
|
||||
|
||||
self.tag = new MkUserPreview({
|
||||
|
|
Loading…
Reference in a new issue