@markerjs/markerjs3 3.0.0-beta.1 → 3.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/markerjs3.d.ts +1 -0
- package/markerjs3.js +1 -1
- package/markerjs3.js.map +1 -1
- package/package.json +1 -1
- package/umd/markerjs3.js +1 -1
- package/umd/markerjs3.js.map +1 -1
package/markerjs3.d.ts
CHANGED
|
@@ -1393,6 +1393,7 @@ declare class MarkerArea extends HTMLElement {
|
|
|
1393
1393
|
private _manipulationStartX;
|
|
1394
1394
|
private _manipulationStartY;
|
|
1395
1395
|
private onCanvasPointerDown;
|
|
1396
|
+
private initializeMarqueeSelection;
|
|
1396
1397
|
private onCanvasDblClick;
|
|
1397
1398
|
private onPointerMove;
|
|
1398
1399
|
private showOutline;
|