diff --git a/src/View/container/main.ts b/src/View/container/main.ts index f450bbb..42c4145 100644 --- a/src/View/container/main.ts +++ b/src/View/container/main.ts @@ -95,6 +95,8 @@ import { Container } from "./container"; */ protected afterInitRenderer() { let g6Instance = this.getG6Instance(), + pointer = null, + pointerX = null, pointerY = null, dragStartX = null, dragStartY = null;