acenturyandabit / acenturyandabit/polymorph
Clean up resize handler in itemList
Open
- Dominant language
- JavaScript
- Stars
- 17
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
In itemList.js, I use querySelectorAll() for the resize handler which may be inefficient for large numbers of calls.
Additionally, while resizing, moving the mouse outside the textarea hitbox causes the resize to be canceled.
this needs to be fixed :3
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.