1
0
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:
David Luzar 2022-08-27 23:02:17 +02:00 committed by GitHub
parent 2b4462c941
commit f9b7cfd8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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}