chore: add comment

This commit is contained in:
Miodec 2025-11-23 19:07:22 +01:00
parent 4e7bda0238
commit d617513fcf

View file

@ -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";