Closed Alex4Yang closed 4 years ago
previewOffset variable is used to make an offset when dragging cell on the graph but is never declared or have a setter
mxClient.js:
if (this.previewOffset != null) { x += this.previewOffset.x; y += this.previewOffset.y; }
https://github.com/jgraph/mxgraph2/commit/e895c9280bc902be8df14bd503cbd027d0125035
previewOffset variable is used to make an offset when dragging cell on the graph but is never declared or have a setter
mxClient.js: