Skip to content

Commit 65723cb

Browse files
committed
fix story re storybook changes
1 parent f7d2e9c commit 65723cb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/Tooltip/Tooltip.stories.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from "react";
22
import { loremIpsum } from "react-lorem-ipsum";
33
import { OverlaysProvider } from "@blueprintjs/core";
44
import { Meta, StoryFn } from "@storybook/react";
5+
import { fn } from "@storybook/test";
56

67
import { Tooltip } from "../../index";
78

@@ -34,6 +35,7 @@ Default.args = {
3435
children: "hover me",
3536
content: testContent,
3637
addIndicator: true,
38+
onOpening: fn(),
3739
};
3840

3941
export const MarkdownSupport = Template.bind({});

0 commit comments

Comments
 (0)