mirror of
https://github.com/standardnotes/app
synced 2026-08-03 15:17:27 -04:00
fix: Fixed issue with UI sometimes getting shifted up on iOS
This commit is contained in:
@@ -81,11 +81,6 @@ export class MobileWebReceiver {
|
||||
case ReactNativeToWebEvent.KeyboardDidHide:
|
||||
void this.application.handleMobileKeyboardDidHideEvent()
|
||||
break
|
||||
case ReactNativeToWebEvent.UpdateSafeAreaInsets:
|
||||
void this.application.handleUpdateSafeAreaInsets(
|
||||
messageData as { top: number; left: number; bottom: number; right: number },
|
||||
)
|
||||
break
|
||||
case ReactNativeToWebEvent.ReceivedFile:
|
||||
void this.application.handleReceivedFileEvent(
|
||||
messageData as {
|
||||
|
||||
Reference in New Issue
Block a user