Skip to content

Commit 5804351

Browse files
committed
Website updates
1 parent 3352aa9 commit 5804351

File tree

7 files changed

+10
-7
lines changed

7 files changed

+10
-7
lines changed

dist/en/main/apidoc/module-ol_interaction_Snap-Snap.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ <h4 class="name">
16631663

16641664
<div class="tag-source">
16651665
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Snap.js">interaction/Snap.js</a>,
1666-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Snap.js#L581">line 581</a>
1666+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Snap.js#L584">line 584</a>
16671667
</div>
16681668

16691669
</div>
@@ -2128,7 +2128,7 @@ <h4 class="name">
21282128

21292129
<div class="tag-source">
21302130
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Snap.js">interaction/Snap.js</a>,
2131-
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Snap.js#L670">line 670</a>
2131+
<a href="https://github.com/openlayers/openlayers/blob/main/src/ol/interaction/Snap.js#L673">line 673</a>
21322132
</div>
21332133

21342134
</div>

dist/en/main/examples/common.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/examples/common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/dist/ol.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/interaction/Snap.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/en/main/ol/interaction/Snap.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,9 @@ class Snap extends PointerInteraction {
535535
}
536536

537537
if (register) {
538+
if (this.featureChangeListenerKeys_[feature_uid]) {
539+
unlistenByKey(this.featureChangeListenerKeys_[feature_uid]);
540+
}
538541
this.featureChangeListenerKeys_[feature_uid] = listen(
539542
feature,
540543
EventType.CHANGE,

0 commit comments

Comments
 (0)