From 8d2c0762dba318c5a2b5c191bbb4d1366a3a6d7b Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Sat, 17 Jun 2023 16:41:48 +0500 Subject: [PATCH] web: allow focusing editor by clicking at the bottom --- apps/web/src/components/editor/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/src/components/editor/index.tsx b/apps/web/src/components/editor/index.tsx index 5c83233c4..cf6e986a4 100644 --- a/apps/web/src/components/editor/index.tsx +++ b/apps/web/src/components/editor/index.tsx @@ -532,6 +532,7 @@ function EditorChrome( initial={{ opacity: 0 }} animate={{ opacity: isLoading ? 0 : 1 }} transition={{ duration: 0.3, ease: "easeInOut" }} + sx={{ flex: 1 }} > {children}