polymorph icon indicating copy to clipboard operation
polymorph copied to clipboard

Clean up resize handler in itemList

Open acenturyandabit opened this issue 4 years ago • 0 comments

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

acenturyandabit avatar Oct 09 '19 22:10 acenturyandabit