You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On one of the components that we have in our storybook, we have several shortcuts that we want add functionality to. One of them overlaps with storybook default one ⌘ ⇧ C, and disable us to handle this shortcut properly on the component.
My proposal is to add the possibility to enable or disable shortcuts in storybook through addon-options, keeping them as enabled by default.
The text was updated successfully, but these errors were encountered:
Issue details
On one of the components that we have in our storybook, we have several shortcuts that we want add functionality to. One of them overlaps with storybook default one
⌘ ⇧ C
, and disable us to handle this shortcut properly on the component.My proposal is to add the possibility to enable or disable shortcuts in storybook through
addon-options
, keeping them as enabled by default.The text was updated successfully, but these errors were encountered: