mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
hide stats and scrollToContent-button when mobile menus open (#2509)
This commit is contained in:
parent
0efa62cf7c
commit
ae15380a9f
2 changed files with 7 additions and 1 deletions
|
@ -154,7 +154,7 @@ export const MobileMenu = ({
|
|||
)}
|
||||
{actionManager.renderAction("deleteSelectedElements")}
|
||||
</div>
|
||||
{appState.scrolledOutside && (
|
||||
{appState.scrolledOutside && !appState.openMenu && (
|
||||
<button
|
||||
className="scroll-back-to-content"
|
||||
onClick={() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue