libs/cbi: don't run apply on render, this is a quick hack and will be reworked soon
This commit is contained in:
parent
2c22ea7b77
commit
f735ef30bd
1 changed files with 8 additions and 8 deletions
|
@ -356,7 +356,7 @@ end
|
|||
function Map.render(self, ...)
|
||||
self:_run_hooks("on_init")
|
||||
Node.render(self, ...)
|
||||
if self._apply then
|
||||
if false and self._apply then
|
||||
local fp = self._apply()
|
||||
fp:read("*a")
|
||||
fp:close()
|
||||
|
|
Loading…
Reference in a new issue