parent
f3b37f7479
commit
91dfb0bc8e
6 changed files with 196 additions and 7 deletions
|
|
@ -156,6 +156,10 @@ export default {
|
|||
this.$emit("own-avatar-clicked", {event: this.event});
|
||||
},
|
||||
|
||||
otherAvatarClicked(avatarRef) {
|
||||
this.$emit("other-avatar-clicked", {event: this.event, anchor: avatarRef});
|
||||
},
|
||||
|
||||
showContextMenu(buttonRef) {
|
||||
this.$emit("context-menu", {event: this.event,anchor: buttonRef});
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue