Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand/Collapse states for groups are reset if Gui.over is used in user's update #60

Open
shamansir opened this issue Nov 12, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@shamansir
Copy link
Owner

So if there's animation tick among the messages, the UI becomes useless :(

@shamansir shamansir added the bug Something isn't working label Nov 12, 2020
@shamansir
Copy link
Owner Author

shamansir commented Nov 12, 2020

Probably we may do:

collectExpands : Builder msg -> Dict Path ExpandState

applyExpands : Dict Path ExpandState -> Builder msg -> Builder msg

inside Gui.over.

But also recommend not to use over too often — try to minimise its usage to only the cases when model affects the GUI structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant