This commit is contained in:
@@ -130,8 +130,9 @@
|
||||
|
||||
<script>
|
||||
/* xeslint-disable */
|
||||
function clickHandler(item) {
|
||||
if (this.$gzmenu.isRelevantClick(item)) {
|
||||
function clickHandler(menuItem) {
|
||||
var item = this.$gzmenu.parseMenuItem(menuItem);
|
||||
if (item.owner == "inventory-widget-edit" && !item.disabled) {
|
||||
alert("inventory-widget-edit.vue::context click: " + item.key);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user