We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e7bda0 commit d617513Copy full SHA for d617513
frontend/src/ts/input/helpers/input-type.ts
@@ -1,7 +1,7 @@
1
export type InsertInputType =
2
| "insertText"
3
| "insertCompositionText"
4
- | "insertFromComposition"
+ | "insertFromComposition" // safari firing a deprecated input type - thanks apple!
5
| "insertLineBreak";
6
export type DeleteInputType = "deleteWordBackward" | "deleteContentBackward";
7
0 commit comments