2
0

🐛 (js) Fix popup closing on bot click

This commit is contained in:
Baptiste Arnaud
2023-03-13 10:27:40 +01:00
parent a66a1e8226
commit 4ae9ea32e4
4 changed files with 4 additions and 7 deletions

View File

@@ -4,6 +4,7 @@ declare module 'solid-js' {
namespace JSX {
interface CustomEvents {
click: MouseEvent
pointerdown: PointerEvent
}
}
}