disable shortcuts

This commit is contained in:
JesmoDev
2022-07-28 14:51:31 +02:00
parent cfbe597478
commit cacffbbcf2

View File

@@ -0,0 +1,5 @@
import { addons } from '@storybook/addons';
addons.setConfig({
enableShortcuts: false,
});