This commit is contained in:
Liam DeBeasi
2023-09-14 09:36:14 -04:00
parent 504c90beae
commit 12cae824b1

View File

@@ -74,7 +74,7 @@ export const enableScrollAssist = (
* This means that if the keyboard changes but does not change
* geometry, then scroll assist will not re-run even if
* the user has scrolled the text field under the keyboard.
* This should not be a problem when running in Cordova/Capacitor
* This is not a problem when running in Cordova/Capacitor
* because `ionKeyboardDidShow` uses the native events
* which fire every time the keyboard changes.
*/