We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3adbf0b commit 4831ca6Copy full SHA for 4831ca6
src/plugin.ts
@@ -51,7 +51,7 @@ export const dialogInjectionFallback: IDialog = {
51
*/
52
export const plugin: Plugin = {
53
install: (app, options) => {
54
- const defaultCloseDelay = options?.closeDelay ?? 150
+ const defaultCloseDelay = options?.closeDelay ?? 500
55
56
const $dialog: IDialog = {
57
dialogs,
0 commit comments