Trying to fix tsc
This commit is contained in:
@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user