This commit is contained in:
Norbert de Langen 2023-07-06 22:58:19 +02:00
parent 2964e4b296
commit 3f2bc4380b
No known key found for this signature in database
GPG Key ID: FD0E78AF9A837762

View File

@ -233,14 +233,7 @@ export const StatefulDynamicWithOpenTooltip = {
} satisfies Story;
export const StatefulDynamicWithSelectedAddon = {
parameters: {
viewport: {
defaultViewport: 'sized',
viewports: customViewports,
},
theme: 'light',
chromatic: { viewports: [380] },
},
...StatefulDynamicWithOpenTooltip,
play: async (context) => {
await StatefulDynamicWithOpenTooltip.play(context);
const canvas = within(context.canvasElement);