mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-22 13:49:23 +01:00
Fix compose button not auto-hiding
This commit is contained in:
parent
02d26b8da2
commit
c95a451111
1 changed files with 21 additions and 23 deletions
|
@ -265,7 +265,6 @@ function App() {
|
|||
<Route path="/:instance?/s/:id" element={<StatusRoute />} />
|
||||
</Routes>
|
||||
)}
|
||||
<div>
|
||||
{isLoggedIn && (
|
||||
<button
|
||||
type="button"
|
||||
|
@ -290,7 +289,6 @@ function App() {
|
|||
snapStates.settings.shortcutsViewMode !== 'multi-column' && (
|
||||
<Shortcuts />
|
||||
)}
|
||||
</div>
|
||||
{!!snapStates.showCompose && (
|
||||
<Modal>
|
||||
<Compose
|
||||
|
|
Loading…
Reference in a new issue