feat:Input add getSelection API
This commit is contained in:
3
doric-web/dist/index.js
vendored
3
doric-web/dist/index.js
vendored
@@ -3729,6 +3729,9 @@ class Input extends View {
|
||||
end,
|
||||
});
|
||||
}
|
||||
getSelection(context) {
|
||||
return this.nativeChannel(context, 'getSelection')();
|
||||
}
|
||||
requestFocus(context) {
|
||||
return this.nativeChannel(context, 'requestFocus')();
|
||||
}
|
||||
|
2
doric-web/dist/index.js.map
vendored
2
doric-web/dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user