Update main.ts

This commit is contained in:
黎智洲 2021-05-25 16:05:33 +08:00
parent efdb325adc
commit 2a9a108d1c

View File

@ -95,6 +95,8 @@ import { Container } from "./container";
*/ */
protected afterInitRenderer() { protected afterInitRenderer() {
let g6Instance = this.getG6Instance(), let g6Instance = this.getG6Instance(),
pointer = null,
pointerX = null,
pointerY = null, pointerY = null,
dragStartX = null, dragStartX = null,
dragStartY = null; dragStartY = null;