mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-11-11 08:51:32 +08:00
Merge pull request #6751 from aignatov-bio/ai-sci-fix-emojies-in-item-card
Increase delay for status replace [SCI-9820]
This commit is contained in:
commit
b7177a8592
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ export default {
|
||||||
twemoji.size = "24x24";
|
twemoji.size = "24x24";
|
||||||
twemoji.base = '/images/twemoji/';
|
twemoji.base = '/images/twemoji/';
|
||||||
twemoji.parse(this.$refs.container);
|
twemoji.parse(this.$refs.container);
|
||||||
}, 100);
|
}, 300);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue