diff --git a/src/components/Actions.tsx b/src/components/Actions.tsx index 8cd1d2ab..1ba40ba0 100644 --- a/src/components/Actions.tsx +++ b/src/components/Actions.tsx @@ -286,17 +286,17 @@ export const UndoRedoActions = ({ ); export const ExitZenModeAction = ({ - executeAction, + actionManager, showExitZenModeBtn, }: { - executeAction: ActionManager["executeAction"]; + actionManager: ActionManager; showExitZenModeBtn: boolean; }) => ( diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 420aeb6a..0fbcd73d 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -96,7 +96,7 @@ const Footer = ({ {actionManager.renderAction("toggleShortcuts")}