Skip to content

Commit dd1421e

Browse files
committed
autoDestroy should be optional
1 parent 88e00b4 commit dd1421e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export interface TriggerProps {
7575
popupAlign?: AlignType;
7676
popupVisible?: boolean;
7777
defaultPopupVisible?: boolean;
78-
autoDestroy: boolean;
78+
autoDestroy?: boolean;
7979

8080
stretch?: string;
8181
alignPoint?: boolean; // Maybe we can support user pass position in the future

0 commit comments

Comments
 (0)