Skip to content

Conversation

@anysad
Copy link
Contributor

@anysad anysad commented Oct 14, 2025

Linked Issues

None

Description

  • The game previously was registering an event listening for whenever the user would click their mouse button, which was most likely used to display the default context menu meant for testing that is not left unused.

// this.openDefaultContextMenu(xPos, yPos);

Yet, the game does not unregisted the mouse event, and to be fair, there is no point for it to be registered in the first place.

@github-actions github-actions bot added status: pending triage Awaiting review. size: medium A medium pull request with 100 or fewer changes. pr: haxe PR modifies game code. and removed size: medium A medium pull request with 100 or fewer changes. labels Oct 14, 2025
@Hundrec Hundrec added topic: chart editor Related to the operation of the Chart Editor. type: optimization Involves a performance issue or a bug which causes lag. size: medium A medium pull request with 100 or fewer changes. labels Oct 15, 2025
@Hundrec Hundrec changed the title [CHORE] Remove unused Chart Editor Context Menu code [OPTIMIZATION] Remove unused Chart Editor Context Menu code Oct 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: medium A medium pull request with 100 or fewer changes. status: pending triage Awaiting review. topic: chart editor Related to the operation of the Chart Editor. type: optimization Involves a performance issue or a bug which causes lag.

Development

Successfully merging this pull request may close these issues.

2 participants