Add select method to TextBox class in interfaces example. PR698
This commit is contained in:
parent
15f363d8c7
commit
bea371f967
@ -507,7 +507,7 @@ class Button extends Control implements SelectableControl {
|
||||
}
|
||||
|
||||
class TextBox extends Control {
|
||||
|
||||
select() { }
|
||||
}
|
||||
|
||||
// Error: Property 'state' is missing in type 'Image'.
|
||||
|
Loading…
Reference in New Issue
Block a user