Skip to content

Commit 696136c

Browse files
committed
Increased delay before div removal in alert() +20ms for smoother transition
1 parent 4630560 commit 696136c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chatgpt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ const chatgpt = {
314314
}, 500);
315315
}
316316

317-
}, 135);
317+
}, 155);
318318
};
319319

320320
return modalContainer.id; // if assignment used

0 commit comments

Comments
 (0)