mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-23 22:14:42 +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 />} />
|
<Route path="/:instance?/s/:id" element={<StatusRoute />} />
|
||||||
</Routes>
|
</Routes>
|
||||||
)}
|
)}
|
||||||
<div>
|
|
||||||
{isLoggedIn && (
|
{isLoggedIn && (
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
|
@ -290,7 +289,6 @@ function App() {
|
||||||
snapStates.settings.shortcutsViewMode !== 'multi-column' && (
|
snapStates.settings.shortcutsViewMode !== 'multi-column' && (
|
||||||
<Shortcuts />
|
<Shortcuts />
|
||||||
)}
|
)}
|
||||||
</div>
|
|
||||||
{!!snapStates.showCompose && (
|
{!!snapStates.showCompose && (
|
||||||
<Modal>
|
<Modal>
|
||||||
<Compose
|
<Compose
|
||||||
|
|
Loading…
Add table
Reference in a new issue