mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 03:33:09 +02:00
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 = () => {
|
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