Skip to content

Commit 4831ca6

Browse files
Michael.KryvoruchkoMichael.Kryvoruchko
authored andcommitted
chore: increase closeDelay to 500
1 parent 3adbf0b commit 4831ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export const dialogInjectionFallback: IDialog = {
5151
*/
5252
export const plugin: Plugin = {
5353
install: (app, options) => {
54-
const defaultCloseDelay = options?.closeDelay ?? 150
54+
const defaultCloseDelay = options?.closeDelay ?? 500
5555

5656
const $dialog: IDialog = {
5757
dialogs,

0 commit comments

Comments
 (0)