Updating state properly

This commit is contained in:
ronreg-ribdev 2021-01-02 04:10:24 -08:00
parent fe3dff8caa
commit 31f82d4ae3
2 changed files with 7 additions and 7 deletions

View File

@ -18,4 +18,4 @@ subscription.start();
ReactDOM.render((
<Root />
), document.querySelectorAll("#root")[0]);
), document.querySelectorAll("main")[0]);

View File

@ -6,15 +6,14 @@
$% [%0 state-0]
==
+$ state-0 $:
[%access count=@]
access-counts=@
seen-urls=(set @t)
==
+$ card card:agent:gall
--
^- agent:gall
=* state :- %0
:*
[%access count=0]
==
=| state-0
=* state -
|^
:: Main gall core
|_ bol=bowl:gall
@ -59,7 +58,8 @@
`this
%browsermanager-action
=/ action !<(action:browsermanager vase)
[(handle-action action) this]
=/ new-state state(access-counts (add 1 access-counts.state))
[(handle-action action) this(state new-state)]
==
++ on-save
~& 'on-save'