diff options
Diffstat (limited to 'src/view/shell/index.web.tsx')
-rw-r--r-- | src/view/shell/index.web.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/shell/index.web.tsx b/src/view/shell/index.web.tsx index 67f988844..3f2fed69b 100644 --- a/src/view/shell/index.web.tsx +++ b/src/view/shell/index.web.tsx @@ -48,7 +48,6 @@ const ShellInner = observer(function ShellInnerImpl() { )} <Composer active={store.shell.isComposerActive} - onClose={() => store.shell.closeComposer()} winHeight={0} replyTo={store.shell.composerOpts?.replyTo} quote={store.shell.composerOpts?.quote} |