Exploratory tweaks

This commit is contained in:
PeekabooSteam
2023-10-16 09:13:44 +01:00
parent 2b1272c70d
commit 8e545346e6
2 changed files with 7 additions and 3 deletions

View File

@@ -65,9 +65,9 @@ export class MapContextMenu extends ContextMenu {
}
});
document.addEventListener("commandModeOptionsChanged", (e: any) => {
//this.#refreshOptions();
});
// document.addEventListener("commandModeOptionsChanged", (e: any) => {
// //this.#refreshOptions();
// });
this.#aircraftSpawnMenu.getContainer().addEventListener("resize", () => this.clip());
this.#helicopterSpawnMenu.getContainer().addEventListener("resize", () => this.clip());