Skip to content

Commit d617513

Browse files
committed
chore: add comment
1 parent 4e7bda0 commit d617513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/ts/input/helpers/input-type.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export type InsertInputType =
22
| "insertText"
33
| "insertCompositionText"
4-
| "insertFromComposition"
4+
| "insertFromComposition" // safari firing a deprecated input type - thanks apple!
55
| "insertLineBreak";
66
export type DeleteInputType = "deleteWordBackward" | "deleteContentBackward";
77

0 commit comments

Comments
 (0)