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

Method mouseup

src/elements/slider.rs:227–232  ·  view source on GitHub ↗
(&self, e: &mut MouseEvent)

Source from the content-addressed store, hash-verified

225 }
226
227 fn mouseup(&self, e: &mut MouseEvent) {
228 self.state.borrow_mut().dragging = false;
229 self.uncapture();
230
231 // self.base.mouseup(e);
232 }
233
234 fn node(&self) -> Option<Node> {
235 Some(self.node)

Callers

nothing calls this directly

Calls 1

uncaptureMethod · 0.80

Tested by

no test coverage detected