mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2026-01-02 21:44:06 +08:00
chore: add comment
This commit is contained in:
parent
4e7bda0238
commit
d617513fcf
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
export type InsertInputType =
|
||||
| "insertText"
|
||||
| "insertCompositionText"
|
||||
| "insertFromComposition"
|
||||
| "insertFromComposition" // safari firing a deprecated input type - thanks apple!
|
||||
| "insertLineBreak";
|
||||
export type DeleteInputType = "deleteWordBackward" | "deleteContentBackward";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue