From 26ff572609e67ad0d3e0322cbab2fd8956af0ac7 Mon Sep 17 00:00:00 2001 From: maou-shonen Date: Fri, 10 May 2024 23:55:32 +0800 Subject: [PATCH] fix: closeOnClick jsdoc to be the same as the real one. --- src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index c7c4fd78..a7f2e5f1 100644 --- a/src/types.ts +++ b/src/types.ts @@ -71,7 +71,7 @@ interface CommonOptions { /** * Remove the toast when clicked. - * `Default: true` + * `Default: false` */ closeOnClick?: boolean;