Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ update_cur
Method
update_cur
src/elements/textedit.rs:244–247 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
242
243
#[inline]
244
pub fn update_cur(&self) {
245
let index = self.state.borrow().index;
246
self.onchangeindex.emit(&index);
247
}
248
}
249
250
impl AsRef<RefCell<WidgetComponent>> for TextEditElement {
Callers
3
refresh
Method · 0.45
set_display_char
Method · 0.45
move_cursor
Method · 0.45
Calls
1
emit
Method · 0.80
Tested by
no test coverage detected