Commit 5d59de8
authored
Clarify platform support of QuillEditorConfig.onKeyPressed (#2542)
* Correct info about platform support of QuillEditorConfig.onKeyPressed
The documentation stated that this callback is only supported by desktop devices. I found that it is also supported by mobile devices when they have a hardware keyboard connected, which is great, because I needed to customize some Quill editor behavior for exactly this scenario.
* Update editor_config.dart
Fixed typo1 parent b3beaea commit 5d59de8
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
142 | | - | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
| |||
0 commit comments