Skip to content

Commit 4da9e0d

Browse files
author
ComputelessComputer
committed
release button after enter
1 parent c359fc4 commit 4da9e0d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

part-of-my-brain

src/pages/index.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ font-weight: 500;
132132
updateChatLink();
133133
chatBtn.classList.add('pressed');
134134
setTimeout(() => {
135+
chatBtn.classList.remove('pressed');
135136
window.location.href = chatBtn.href;
136137
}, 100);
137138
}

0 commit comments

Comments
 (0)