Iceberry-qdd / icehub-frontend

A twitter-like social networking site.
MIT License
0 stars 0 forks source link

🐛 评论中无法插入表情时 #72

Closed Iceberry-qdd closed 3 months ago

Iceberry-qdd commented 3 months ago

在评论中尝试插入表情时,出现报错如下:

Uncaught TypeError: Cannot read properties of undefined (reading 'split')
    at insertEmoji (ReviewEditor.vue:337:51)
    at callWithErrorHandling (chunk-ZV5R4Z6I.js?v=01010c50:1553:18)
    at callWithAsyncErrorHandling (chunk-ZV5R4Z6I.js?v=01010c50:1561:17)
    at emit (chunk-ZV5R4Z6I.js?v=01010c50:2046:5)
    at chunk-ZV5R4Z6I.js?v=01010c50:8618:45
    at Proxy.chooseEmoji (EmojiPanel.vue:156:5)
    at onClick (EmojiPanel.vue:40:39)
    at callWithErrorHandling (chunk-ZV5R4Z6I.js?v=01010c50:1553:18)
    at callWithAsyncErrorHandling (chunk-ZV5R4Z6I.js?v=01010c50:1561:17)
    at HTMLSpanElement.invoker (chunk-ZV5R4Z6I.js?v=01010c50:9191:5)