mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-25 20:16:00 +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 => {
|
||||
if(this.follow) {
|
||||
this.follow = true;
|
||||
this.follow = false;
|
||||
this.iconElement.removeClass("following");
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user