墨鸿

Results 2 issues of 墨鸿

when I change mode to 'drag_circle'…… ![image](https://user-images.githubusercontent.com/7702529/82358826-a6c58f80-9a39-11ea-9ad9-3768b2d504cd.png) dependents: ``` "@mapbox/mapbox-gl-draw": "^1.1.2", "core-js": "^3.6.4", "gl-draw-foxgis": "github:wanyanyan/gl-draw-foxgis", "mapbox-gl": "^1.10.1", "mapbox-gl-draw-circle": "^1.1.1", "vue": "^2.6.11", "vue-router": "^3.1.6" ``` vue code: ```vue 画圆 import mapboxgl...

https://github.com/d0ugal-archive/locache/blob/83787513bb4ee5be38f3e8d870a9cb71187ce09a/locache.js#L266 line 266 should be: ``` this.remove(key); ``` because line 308: ``` LocacheCache.prototype.remove = function (key) { // If the storage backend isn't enabled perform a no-op. if (!this.storage.enabled()) {...