From 892ed0d37a390bb790f051486476e917199711e4 Mon Sep 17 00:00:00 2001 From: Adharsh M Date: Mon, 25 Nov 2024 00:18:06 +0530 Subject: [PATCH] [#598] Fixed inventory drag issue. --- html/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/app.js b/html/app.js index f86977afc..1b885987b 100644 --- a/html/app.js +++ b/html/app.js @@ -187,6 +187,7 @@ const InventoryContainer = Vue.createApp({ } }, async closeInventory() { + this.clearDragData(); let inventoryName = this.otherInventoryName; Object.assign(this, this.getInitialState()); try {