tidy up env creation - round 1

This commit is contained in:
kepler155c@gmail.com
2020-05-05 17:25:58 -06:00
parent 4018d4bcfb
commit 3d3e5400cf
6 changed files with 18 additions and 24 deletions

View File

@@ -119,7 +119,7 @@ function UI:init()
local event = currentPage:pointToChild(x, y)
_ENV.multishell.openTab({
path = 'sys/apps/Lua.lua',
args = { event.element },
args = { event.element, self, _ENV },
focused = true })
elseif ie and currentPage and currentPage.parent.device.side == side then