1
0
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:
Stanislav
2022-08-04 18:39:47 +03:00
committed by GitHub
parent de3897d836
commit 6688079439

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;