MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / dragEndEvent

Method dragEndEvent

src/mapboxgl/overlay/theme/ThemeLayer.js:560–565  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558 }
559
560 dragEndEvent() {
561 if (this.loadWhileAnimating || !this.visibility) {
562 return;
563 }
564 this._hide();
565 }
566
567 resizeEvent() {
568 this.mapContainer.style.perspective = this.map.transform.cameraToCenterDistance + 'px';

Callers

nothing calls this directly

Calls 1

_hideMethod · 0.95

Tested by

no test coverage detected