mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-05-03 08:50:22 -05:00
82f0378856
Sometime emoji's would randomly not render due to VueJS being reactive and during DOM updates, it would just cause it to be wacky! By parsing the emoji's server side before VueJS renders the dom, we now solve this issue.