mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-16 10:06:57 +08:00
Increase delay for status replace [SCI-9820]
This commit is contained in:
parent
4248bfa253
commit
f70ade23b9
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ export default {
|
|||
twemoji.size = "24x24";
|
||||
twemoji.base = '/images/twemoji/';
|
||||
twemoji.parse(this.$refs.container);
|
||||
}, 100);
|
||||
}, 300);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue