mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Change delete marker button to edit marker button
This commit is contained in:
@@ -168,8 +168,8 @@ export class HUDWaypoints extends BaseHUDPart {
|
||||
}
|
||||
|
||||
if (this.isWaypointDeletable(waypoint)) {
|
||||
const deleteButton = makeDiv(element, null, ["deleteButton"]);
|
||||
this.trackClicks(deleteButton, () => this.requestEditMarker(waypoint));
|
||||
const editButton = makeDiv(element, null, ["editButton"]);
|
||||
this.trackClicks(editButton, () => this.requestEditMarker(waypoint));
|
||||
}
|
||||
|
||||
if (!waypoint.label) {
|
||||
|
||||
Reference in New Issue
Block a user