Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ onFocused
Method
onFocused
tools/xsbug/behaviors.js:242–245 ·
view source on GitHub ↗
(code)
Source
from the content-addressed store, hash-verified
240
onEdited(code) {
241
}
242
onFocused(code) {
243
if
(this.field)
244
code.select(0, code.length)
245
}
246
onKeyDown(code, key, repeat, ticks) {
247
var
charCode = this.filterKey(code, key);
248
if
(!charCode)
return
false
Callers
nothing calls this directly
Calls
1
select
Method · 0.45
Tested by
no test coverage detected