web: allow focusing editor by clicking at the bottom

This commit is contained in:
Abdullah Atta
2023-06-17 16:41:48 +05:00
committed by Abdullah Atta
parent 992f4fc697
commit 8d2c0762db

View File

@@ -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>