fix: library actions inside the sidebar (#5638)
This commit is contained in:
parent
59a1d192d2
commit
553b493f37
@ -432,6 +432,7 @@ const LayerUI = ({
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{!device.isMobile && (
|
{!device.isMobile && (
|
||||||
|
<>
|
||||||
<div
|
<div
|
||||||
className={clsx("layer-ui__wrapper", {
|
className={clsx("layer-ui__wrapper", {
|
||||||
"disable-pointerEvents":
|
"disable-pointerEvents":
|
||||||
@ -478,10 +479,11 @@ const LayerUI = ({
|
|||||||
{t("buttons.scrollBackToContent")}
|
{t("buttons.scrollBackToContent")}
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
|
</div>
|
||||||
{appState.isLibraryOpen && (
|
{appState.isLibraryOpen && (
|
||||||
<div className="layer-ui__sidebar">{libraryMenu}</div>
|
<div className="layer-ui__sidebar">{libraryMenu}</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user