Update egui_demo_app/src/lib.rs
Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
parent
de3897d836
commit
6688079439
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue