Update egui_demo_app/src/lib.rs

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
This commit is contained in:
Stanislav 2022-08-04 18:39:47 +03:00 committed by GitHub
parent de3897d836
commit 6688079439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;