Skip to content

Conversation

@Peanutzy1
Copy link
Contributor

maybe it will make it register p1 for every odd clicks and p2 for every even clicks

maybe it will make it register p1 for every odd clicks
and p2 for every even clicks
@Peanutzy1
Copy link
Contributor Author

@BalaM314

const height = Math.abs(p1[1] - p2[1]);
if(width > 50 || height > 50) fail("Selection too large: width/height cannot be more than 50.");
handleArea(p1, p2);
p1 = null;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This won't do anything. p1 is just a temporary variable. You need to modify cachedPointMap to clear the data

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

e
11:30pm rn im under a blanket while typing on a phone
cuz my mom moved into mah room now (for reasons)

@BalaM314
Copy link
Member

BalaM314 commented Oct 5, 2025

implemented in #133

@BalaM314 BalaM314 closed this Oct 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants