mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
More linting
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
const clickedElement = event.target as HTMLButtonElement
|
||||
|
||||
// Get the next element
|
||||
const nextElement = clickedElement.nextElementSibling
|
||||
const nextElement = clickedElement.nextElementSibling as HTMLElement
|
||||
|
||||
// Modify the appearance of the button
|
||||
const originalButtonContent = clickedElement.innerHTML
|
||||
|
||||
Reference in New Issue
Block a user