Enable context actions on input fields, partly fix of #204

This commit is contained in:
Pieter Vander Vennet 2021-05-11 00:40:16 +02:00
parent 6396492773
commit 1f0b20f5d4
2 changed files with 7 additions and 1 deletions

View file

@ -130,7 +130,7 @@ export class TextField extends InputElement<string> {
self.enterPressed.setData(field.value);
}
});
}
public SetCursorPosition(i: number) {