mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: allow focusing editor by clicking at the bottom
This commit is contained in:
committed by
Abdullah Atta
parent
992f4fc697
commit
8d2c0762db
@@ -532,6 +532,7 @@ function EditorChrome(
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{ opacity: isLoading ? 0 : 1 }}
|
||||
transition={{ duration: 0.3, ease: "easeInOut" }}
|
||||
sx={{ flex: 1 }}
|
||||
>
|
||||
{children}
|
||||
</AnimatedFlex>
|
||||
|
||||
Reference in New Issue
Block a user