@abi-software/flatmapvuer 1.13.0 → 1.13.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/flatmapvuer",
3
- "version": "1.13.0",
3
+ "version": "1.13.1",
4
4
  "license": "Apache-2.0",
5
5
  "files": [
6
6
  "dist/*",
@@ -44,7 +44,7 @@
44
44
  "./src/*": "./src/*"
45
45
  },
46
46
  "dependencies": {
47
- "@abi-software/map-utilities": "1.8.0",
47
+ "@abi-software/map-utilities": "1.8.1",
48
48
  "@abi-software/sparc-annotation": "0.3.2",
49
49
  "@abi-software/svg-sprite": "1.0.3",
50
50
  "@element-plus/icons-vue": "^2.3.1",
@@ -2822,6 +2822,8 @@ export default {
2822
2822
  }
2823
2823
  }
2824
2824
 
2825
+ console.log("tooltip delay")
2826
+
2825
2827
  let promise1 = this.mapManagerRef.loadMap(
2826
2828
  identifier,
2827
2829
  this.eventCallback(),
@@ -2833,7 +2835,7 @@ export default {
2833
2835
  tooltips: this.tooltips,
2834
2836
  minimap: false,
2835
2837
  container: this.$refs.display,
2836
- // tooltipDelay: 15, // new feature to delay tooltips showing
2838
+ tooltipDelay: 15, // new feature to delay tooltips showing
2837
2839
  }
2838
2840
  )
2839
2841
  promise1.then((returnedObject) => {