Fix bug
This commit is contained in:
parent
f5d5d26b0e
commit
8b32157cf1
|
@ -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 New Issue