Backend and frontend fixes

This commit is contained in:
2023-01-14 23:48:39 +05:30
parent f7c2cf802c
commit 46396e2520
3 changed files with 36 additions and 15 deletions

View File

@@ -31,5 +31,5 @@ wasm-bindgen = "0.2.79"
#yew-router = "0.16.0"
[dependencies.web-sys]
features = ["InputEvent", "EventTarget", "MouseEvent", "KeyboardEvent", "Location", "Storage", "Element"]
features = ["InputEvent", "EventTarget", "MouseEvent", "KeyboardEvent", "Location", "Storage", "Element", "Window", "Document"]
version = "0.3.56"