2
2
mirror of https://github.com/m1k1o/neko.git synced 2024-07-24 14:40:50 +12:00

use MouseEvent type.

This commit is contained in:
Miroslav Šedivý 2021-10-26 19:32:00 +02:00
parent cae092fb20
commit 9736fe3a5e

@ -455,8 +455,8 @@
// implicit hosting
//
private reqMouseDown: any | null = null
private reqMouseUp: any | null = null
private reqMouseDown: MouseEvent | null = null
private reqMouseUp: MouseEvent | null = null
@Watch('isControling')
onControlChange(isControling: boolean) {