forked from MapComplete/MapComplete
Enable context actions on input fields, partly fix of #204
This commit is contained in:
parent
6396492773
commit
1f0b20f5d4
2 changed files with 7 additions and 1 deletions
|
@ -130,7 +130,7 @@ export class TextField extends InputElement<string> {
|
|||
self.enterPressed.setData(field.value);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
}
|
||||
|
||||
public SetCursorPosition(i: number) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue