diff --git a/src/common/hotbar-store.ts b/src/common/hotbar-store.ts index cce10760ca..4a101e6013 100644 --- a/src/common/hotbar-store.ts +++ b/src/common/hotbar-store.ts @@ -230,6 +230,7 @@ export class HotbarStore extends BaseStore { return index; } + @action restackItems(from: number, to: number): void { const { items } = this.getActive(); const source = items[from];