fix(mobile): note view hide bar options on editor focus (#1903)

This commit is contained in:
Mo
2022-10-29 14:53:03 -05:00
committed by GitHub
parent b9b4bdf257
commit 88017ce3d9
4 changed files with 56 additions and 66 deletions

View File

@@ -25,7 +25,7 @@ type ProviderProps = {
application: WebApplication
} & ChildrenProps
const MemoizedChildren = memo(({ children }: ChildrenProps) => <div>{children}</div>)
const MemoizedChildren = memo(({ children }: ChildrenProps) => <>{children}</>)
const AndroidBackHandlerProvider = ({ application, children }: ProviderProps) => {
const addAndroidBackHandler = useCallback(