fixed status actions not clearing notification read status
This commit is contained in:
parent
fe436e33f2
commit
6fc42b123a
6 changed files with 10 additions and 1 deletions
|
|
@ -67,6 +67,9 @@ export default {
|
|||
'doAction',
|
||||
'outerClose'
|
||||
],
|
||||
emits: [
|
||||
'interacted'
|
||||
],
|
||||
components: {
|
||||
StatusBookmarkFolderMenu,
|
||||
EmojiPicker,
|
||||
|
|
@ -121,6 +124,7 @@ export default {
|
|||
}
|
||||
},
|
||||
doActionWrap (button, close = () => {}) {
|
||||
this.$emit('interacted')
|
||||
if (button.name === 'emoji') {
|
||||
this.$refs.picker.showPicker()
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue