finished food view

This commit is contained in:
smilerz
2021-08-18 16:57:55 -05:00
parent d5e9c5d8f8
commit 72b4bd7e5c
17 changed files with 118 additions and 146 deletions

View File

@@ -132,7 +132,7 @@ export default {
let source = JSON.parse(e.dataTransfer.getData('source'))
if (source.id != this.keyword.id){
this.source = source
let menuLocation = {getBoundingClientRect: this.generateLocation(e.pageX, e.pageY),}
let menuLocation = {getBoundingClientRect: this.generateLocation(e.clientX, e.clientY),}
this.show_menu = true
let popper = createPopper(
menuLocation,