Rescan access node before transaction

This commit is contained in:
Gabriel Tofvesson 2024-10-12 09:56:27 +02:00
parent 2e1f54c56f
commit 0e86863c34

View File

@ -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,