Skip to content

Commit

Permalink
Merge pull request #599 from adhershmnair/fix-inventory-drag-issue
Browse files Browse the repository at this point in the history
[#598] Fixed inventory drag issue.
  • Loading branch information
GhzGarage authored Nov 25, 2024
2 parents 05bac43 + 892ed0d commit e9243b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions html/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ const InventoryContainer = Vue.createApp({
}
},
async closeInventory() {
this.clearDragData();
let inventoryName = this.otherInventoryName;
Object.assign(this, this.getInitialState());
try {
Expand Down

0 comments on commit e9243b2

Please sign in to comment.