mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
cleanup
This commit is contained in:
parent
2964e4b296
commit
3f2bc4380b
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user