mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Update egui_demo_app/src/lib.rs
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
@@ -56,7 +56,6 @@ impl WebHandle {
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
#[cfg(target_arch = "wasm32")]
|
||||
pub fn set_some_content_from_javasript(&mut self, _some_data: &str) {
|
||||
self.with_app(|_app| {
|
||||
// app.data = some_data;
|
||||
|
||||
Reference in New Issue
Block a user