Trying to fix tsc

This commit is contained in:
49lf
2024-08-01 12:18:32 -04:00
parent aa4e9cbc64
commit 7496f8a9db
23 changed files with 91 additions and 153 deletions

View File

@ -26,7 +26,7 @@ export function LowerRightControls({
const isPlayWright = window?.localStorage.getItem('playwright') === 'true'
async function reportbug(event: { preventDefault: () => void }) {
async function reportbug(event: { preventDefault: () => void, stopPropagation: () => void }) {
event?.preventDefault()
event?.stopPropagation()