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

Method reset_marked

src/services/focus.rs:240–244  ·  view source on GitHub ↗
(&self, control: &dyn Element, e: &mut MouseEvent)

Source from the content-addressed store, hash-verified

238 }
239
240 fn reset_marked(&self, control: &dyn Element, e: &mut MouseEvent) {
241 if control.is_marked() {
242 self.unmark_control(control, e);
243 }
244 }
245
246 fn get_focusable(&self, x: f32, y: f32) -> Option<&Box<dyn Element>> {
247 if let Some(captured) = self.canvas.captured() {

Callers 1

mark_controlMethod · 0.80

Calls 2

is_markedMethod · 0.80
unmark_controlMethod · 0.80

Tested by

no test coverage detected