MCPcopy Create free account
hub / github.com/angular-rust/ux-components / scrollhup

Method scrollhup

src/elements/scroll_view.rs:220–223  ·  view source on GitHub ↗
(&self, e: &MouseEvent, _: f32)

Source from the content-addressed store, hash-verified

218 }
219
220 fn scrollhup(&self, e: &MouseEvent, _: f32) {
221 self.state.borrow_mut().drag_h = false;
222 self.scrollh.uncapture();
223 }
224
225 fn scrollhmove(&self, e: &MouseEvent, _: f32) {
226 let mut state = self.state.borrow_mut();

Callers

nothing calls this directly

Calls 1

uncaptureMethod · 0.80

Tested by

no test coverage detected