You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 typo
0 commit comments