v2.2.1: changing inventory pane bags now cancels cell selectors

This commit is contained in:
Evan Debenham
2023-10-23 16:45:21 -04:00
parent c166cc9e02
commit f3f6106730

View File

@@ -655,6 +655,7 @@ public class InventoryPane extends Component {
@Override
protected void onClick() {
super.onClick();
GameScene.cancel();
lastBag = bag;
refresh();
}