add modify to the Selection interface
This commit is contained in:
parent
46573df890
commit
2ef846b09f
@ -47,6 +47,10 @@ function triggerKeyTimer() {
|
||||
}, 600);
|
||||
}
|
||||
|
||||
interface Selection {
|
||||
modify(s: string, t: string, u: string): void;
|
||||
}
|
||||
|
||||
function onKey(evt: KeyboardEvent) {
|
||||
// esc clears focus, allowing dialog to close
|
||||
if (evt.which === 27) {
|
||||
|
Loading…
Reference in New Issue
Block a user