我正在使用Quill-emoji将表情符号图标插入编辑器。但是我遇到一个问题,当我使用quill.getContents来获取数据时。 但似乎忽略了表情符号的信息,例如:
{
"ops": [
{
"insert": "Long"
},
{
"attributes": {
"bold": true
},
"insert": " cao "
},
{
"insert": {
"emoji": true
}
},
{
"insert": {
"emoji": true
}
},
{
"insert": {
"emoji": true
}
},
{
"insert": "\n"
}
]
}
没有信息的表情符号。
所以我希望你能帮助我。