Update main.ts

This commit is contained in:
黎智洲
2021-05-25 16:05:33 +08:00
parent efdb325adc
commit 2a9a108d1c
+2
View File
@@ -95,6 +95,8 @@ import { Container } from "./container";
*/
protected afterInitRenderer() {
let g6Instance = this.getG6Instance(),
pointer = null,
pointerX = null,
pointerY = null,
dragStartX = null,
dragStartY = null;