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.
alert()
1 parent b6fea6b commit f697a67Copy full SHA for f697a67
chatgpt.js
@@ -306,7 +306,7 @@ const chatgpt = {
306
// Define alert dismisser
307
const dismissAlert = () => {
308
modalContainer.style.backgroundColor = 'transparent'
309
- modal.style.animation = 'alert-zoom-fade-out 0.135s ease-out'
+ modal.style.animation = 'alert-zoom-fade-out 0.165s ease-out'
310
modal.onanimationend = () => {
311
312
// Remove alert
0 commit comments