@abi-software/scaffoldvuer 1.5.0 → 1.5.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abi-software/scaffoldvuer",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "license": "Apache-2.0",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1463,8 +1463,6 @@ export default {
1463
1463
  }
1464
1464
  if (this.activeDrawMode !== "Point" && this.activeDrawMode !== "LineString") {
1465
1465
  this.showRegionTooltipWithAnnotations(event.identifiers, true, false);
1466
- this.tData.x = 50;
1467
- this.tData.y = 200;
1468
1466
  } else {
1469
1467
  this.showRegionTooltipWithAnnotations(event.identifiers, true, true);
1470
1468
  }