Merge branch 'develop' into sw-notification-action

This commit is contained in:
tamaina
2021-02-28 18:59:21 +09:00
86 changed files with 1100 additions and 472 deletions

View File

@@ -632,9 +632,7 @@ export default defineComponent({
},
async insertEmoji(ev) {
os.pickEmoji(ev.currentTarget || ev.target).then(emoji => {
insertTextAtCursor(this.$refs.text, emoji);
});
os.openEmojiPicker(ev.currentTarget || ev.target, {}, this.$refs.text);
},
showActions(ev) {