Skip to content

Commit eab140e

Browse files
committed
Fix
1 parent 009d4bf commit eab140e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/components/about-settings.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ const LoadedAboutSettings = (props: {
140140
if (!diagnostics) return
141141
await navigator.clipboard.writeText(diagnosticsToText(diagnostics))
142142
setCopyFeedback('Copied!')
143+
setTimeout(() => {
144+
setCopyFeedback('')
145+
}, 2000)
143146
}
144147

145148
return <Col className={''}>

0 commit comments

Comments
 (0)