()
| 239 | } |
| 240 | |
| 241 | fn body() -> web_sys::HtmlElement { |
| 242 | document().body().expect("document should have a body") |
| 243 | } |
| 244 | |
| 245 | impl WeakComponentLink<Drawer> { |
| 246 | /// A convenience method to for `drawer.open = !drawer.open` |
nothing calls this directly
no test coverage detected