Skip to content

Commit

Permalink
fix(public-docsite-v9): disable storybook keyboard shortcuts (#31762)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrokirpa authored Jun 24, 2024
1 parent ff2f5eb commit 672d83e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/public-docsite-v9/.storybook/manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { ApplicationInsights } from '@microsoft/applicationinsights-web';
import { STORY_CHANGED, STORY_ERRORED, STORY_MISSING } from '@storybook/core-events';

addons.setConfig({
enableShortcuts: false,
theme: fluentStorybookTheme,
showPanel: false,
});
Expand Down

0 comments on commit 672d83e

Please sign in to comment.