diff --git a/itemcontroller.lua b/itemcontroller.lua index 2c6c83b..ce35b8a 100644 --- a/itemcontroller.lua +++ b/itemcontroller.lua @@ -580,10 +580,10 @@ local PAGES = { state.height, state.width, function() + state.node:rescan() state:itemTransaction(function() group:transferTo(state.node, pageState.request) end) - state.node:rescan() state:setPage("MAIN") return true end,