Jelajahi Sumber

fix: reintroduce help dialog button (#5631)

David Luzar 2 tahun lalu
induk
melakukan
f9b7cfd8aa
1 mengubah file dengan 7 tambahan dan 0 penghapusan
  1. 7 0
      src/components/Footer.tsx

+ 7 - 0
src/components/Footer.tsx

@@ -88,6 +88,13 @@ const Footer = ({
       >
         {renderCustomFooter?.(false, appState)}
       </div>
+      <div
+        className={clsx("layer-ui__wrapper__footer-right zen-mode-transition", {
+          "transition-right disable-pointerEvents": appState.zenModeEnabled,
+        })}
+      >
+        {actionManager.renderAction("toggleShortcuts")}
+      </div>
       <ExitZenModeAction
         executeAction={actionManager.executeAction}
         showExitZenModeBtn={showExitZenModeBtn}