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

Method scrollvup

src/elements/scrollable.rs:192–195  ·  view source on GitHub ↗
(&self, e: &MouseEvent, _: f32)

Source from the content-addressed store, hash-verified

190 }
191
192 fn scrollvup(&self, e: &MouseEvent, _: f32) {
193 self.state.borrow_mut().drag_v = false;
194 self.scrollv.uncapture();
195 }
196
197 fn scrollvmove(&self, e: &MouseEvent, _: f32) {
198 let mut state = self.state.borrow_mut();

Callers

nothing calls this directly

Calls 1

uncaptureMethod · 0.80

Tested by

no test coverage detected