Skip to content

Commit

Permalink
[#598] Fixed inventory drag issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
adhershmnair committed Nov 24, 2024
1 parent 05bac43 commit 892ed0d
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 892ed0d

Please sign in to comment.