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:
parent
cae092fb20
commit
9736fe3a5e
@ -455,8 +455,8 @@
|
|||||||
// implicit hosting
|
// implicit hosting
|
||||||
//
|
//
|
||||||
|
|
||||||
private reqMouseDown: any | null = null
|
private reqMouseDown: MouseEvent | null = null
|
||||||
private reqMouseUp: any | null = null
|
private reqMouseUp: MouseEvent | null = null
|
||||||
|
|
||||||
@Watch('isControling')
|
@Watch('isControling')
|
||||||
onControlChange(isControling: boolean) {
|
onControlChange(isControling: boolean) {
|
||||||
|
Loading…
Reference in New Issue
Block a user