Styling fixes

Issues #24 and #25.
This commit is contained in:
N-Pex 2021-01-11 17:44:09 +01:00
parent 6a22d99c17
commit 43b3bdf164
9 changed files with 173 additions and 123 deletions

View file

@ -114,8 +114,8 @@ export default {
}
},
methods: {
showContextMenu() {
this.$emit("context-menu", this.event);
showContextMenu(buttonRef) {
this.$emit("context-menu", {event: this.event,anchor: buttonRef});
},
/**