Skip to content

Commit

Permalink
chore(popover): 示例代码优化 (#2677)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Nov 30, 2023
1 parent 7588de2 commit 1c61a19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ui/popover/stories/content.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const Content = () => {
const [visible, setVisible] = React.useState<boolean>(false)
const [loading, setLoading] = React.useState<boolean>(false)
const popoverVisibleRef = React.useRef<boolean>(false)
const [popoverVisible, setPopoverVisible] = React.useState<boolean>(false)

const title = (
<div
Expand Down

0 comments on commit 1c61a19

Please sign in to comment.