Update main.ts
This commit is contained in:
parent
efdb325adc
commit
2a9a108d1c
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user