Update config, BasaltLS definitions, bundle and changelog

This commit is contained in:
github-actions[bot]
2025-04-12 16:35:48 +00:00
parent 626e271cd1
commit bd62debc32
3 changed files with 3558 additions and 3558 deletions

View File

@@ -2002,7 +2002,7 @@ self end
function ca:getState(da)local _b=self:getBaseFrame()local ab=_b.get("states")if
not ab[da]then
aa.error("State '"..da.."' not initialized")end;if ab[da].computed then
return ab[da].value(self)end;return ab[da].value end
return ab[da].computeFn(self)end;return ab[da].value end
function ca:onStateChange(da,_b)local ab=self:getBaseFrame()if
not ab.get("states")[da]then
aa.error("Cannot observe state '"..da.."': State not initialized")return self end