bevy_webview
bevy_webview copied to clipboard
Reloading an uri (through changing `.uri` or an event) causes a crash
Loading a new URI is not implemented and causes a crash. Way to reproduce:
-
webview.uri = Some("http://localhost/".into()); - Sending a
WebviewCommand::LoadUri