mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-29 14:06:32 +01:00
Fix player marker follow not getting released correctly
This commit is contained in:
parent
c56971660f
commit
0b55274eda
@ -103,7 +103,7 @@ export default class PlayerMarker extends Marker {
|
|||||||
|
|
||||||
onStopFollowing = event => {
|
onStopFollowing = event => {
|
||||||
if(this.follow) {
|
if(this.follow) {
|
||||||
this.follow = true;
|
this.follow = false;
|
||||||
this.iconElement.removeClass("following");
|
this.iconElement.removeClass("following");
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user