Skip to content

Commit 0a8ac40

Browse files
committed
feat: set delay for 1.5s
1 parent 776cb75 commit 0a8ac40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/datagrid-web/src/helpers/state/SelectionProgressDialogViewModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class SelectionProgressDialogViewModel implements ReactiveController {
6969
this.#timerId = setTimeout(() => {
7070
this.setDialogOpen(true);
7171
this.#timerId = undefined;
72-
}, 2000);
72+
}, 1500);
7373
} else {
7474
this.setDialogOpen(false);
7575
clearTimeout(this.#timerId);

0 commit comments

Comments
 (0)