mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 22:00:03 -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]
|
#[wasm_bindgen]
|
||||||
#[cfg(target_arch = "wasm32")]
|
|
||||||
pub fn set_some_content_from_javasript(&mut self, _some_data: &str) {
|
pub fn set_some_content_from_javasript(&mut self, _some_data: &str) {
|
||||||
self.with_app(|_app| {
|
self.with_app(|_app| {
|
||||||
// app.data = some_data;
|
// app.data = some_data;
|
||||||
|
|||||||
Reference in New Issue
Block a user