mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
fix: click handler type fix
This commit is contained in:
parent
37bd8d4a71
commit
1fd618ba72
@ -19,7 +19,7 @@
|
||||
'font-medium text-base-content btn btn-outline btn-primary btn-sm capitalize justify-start'
|
||||
|
||||
const handleClick = () => {
|
||||
document.querySelector('.drawer-overlay')?.click()
|
||||
document.querySelector<HTMLElement>('.drawer-overlay')?.click()
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user