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

Method keyup

src/services/focus.rs:86–92  ·  view source on GitHub ↗
(&self, e: &mut KeyEvent)

Source from the content-addressed store, hash-verified

84 }
85
86 fn keyup(&self, e: &mut KeyEvent) {
87 if let Some(focused) = self.canvas.focused() {
88 if focused.key_input() {
89 focused.keyup(e);
90 }
91 }
92 }
93
94 fn textinput(&self, e: &mut TextEvent) {
95 if let Some(focused) = self.canvas.focused() {

Callers

nothing calls this directly

Calls 2

focusedMethod · 0.45
key_inputMethod · 0.45

Tested by

no test coverage detected