Files
brahman/crates/apps
Sergio a072538465 gioser-web: fix graph click — clone Element before dyn_into
- dyn_into() consumes the value; clicking after that is a no-op.
- Clone the Element first, then dyn_into to HtmlElement and call click()
2026-05-23 17:02:40 +00:00
..