mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-26 11:57:34 -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 = () => {
|
const show = () => {
|
||||||
|
if (!document.body.contains(el)) return;
|
||||||
if (self.tag) return;
|
if (self.tag) return;
|
||||||
|
|
||||||
self.tag = new MkUserPreview({
|
self.tag = new MkUserPreview({
|
||||||
|
|
Loading…
Reference in a new issue