forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
f5d5d26b0e
commit
8b32157cf1
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