You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Location hash initialized once in egui_web::backend::AppRunner::new, and never updated afterwards.
This causes the demo not being able to switch between tabs if you open it with a link that contains fragment identifier, e.g. https://emilk.github.io/egui/index.html#demo, after clicking on one of the tabs and updating the current selection, it's then overwritten on next frame.
Describe the bug
Location hash initialized once in
egui_web::backend::AppRunner::new
, and never updated afterwards.This causes the demo not being able to switch between tabs if you open it with a link that contains fragment identifier, e.g. https://emilk.github.io/egui/index.html#demo, after clicking on one of the tabs and updating the current selection, it's then overwritten on next frame.
To Reproduce
Steps to reproduce the behavior:
#demo
part is importantEasyMark editor
Observed behavior
EasyMark editor
tab shows up for one frame, and then reverts back toDemos
tabExpected behavior
EasyMark editor
tab to open and stayDesktop:
The text was updated successfully, but these errors were encountered: