@kizmann/nano-ui 0.7.15 → 0.7.16

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kizmann/nano-ui",
3
- "version": "0.7.15",
3
+ "version": "0.7.16",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Eduard Kizmann <kizmann@protonmail.ch>",
@@ -1,4 +1,4 @@
1
- import { Arr, Map } from "@kizmann/pico-js";
1
+ import { Arr, Map, Any } from "@kizmann/pico-js";
2
2
 
3
3
  export default {
4
4
 
@@ -48,12 +48,12 @@ export default {
48
48
 
49
49
  lat()
50
50
  {
51
- this.tempMap.focusMarkers();
51
+ Any.delay(() => this.tempMap.focusMarkers(), 100);
52
52
  },
53
53
 
54
54
  lng()
55
55
  {
56
- this.tempMap.focusMarkers();
56
+ Any.delay(() => this.tempMap.focusMarkers(), 100);
57
57
  }
58
58
 
59
59
  },