jpsember / golang-base

Jeff's basic Go library
0 stars 0 forks source link

Switching pages in response to UI events is crashing #96

Closed jpsember closed 1 year ago

jpsember commented 1 year ago

This is because switching pages causes it to re-initialize the state stack, and when returning to the caller, the caller code might expect that stack's contents to be still untouched.