mirror of
https://github.com/excalidraw/excalidraw.git
synced 2024-11-10 11:35:52 +01:00
fix: reintroduce help dialog button (#5631)
This commit is contained in:
parent
2b4462c941
commit
f9b7cfd8aa
@ -88,6 +88,13 @@ const Footer = ({
|
|||||||
>
|
>
|
||||||
{renderCustomFooter?.(false, appState)}
|
{renderCustomFooter?.(false, appState)}
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
className={clsx("layer-ui__wrapper__footer-right zen-mode-transition", {
|
||||||
|
"transition-right disable-pointerEvents": appState.zenModeEnabled,
|
||||||
|
})}
|
||||||
|
>
|
||||||
|
{actionManager.renderAction("toggleShortcuts")}
|
||||||
|
</div>
|
||||||
<ExitZenModeAction
|
<ExitZenModeAction
|
||||||
executeAction={actionManager.executeAction}
|
executeAction={actionManager.executeAction}
|
||||||
showExitZenModeBtn={showExitZenModeBtn}
|
showExitZenModeBtn={showExitZenModeBtn}
|
||||||
|
Loading…
Reference in New Issue
Block a user