Closed mak448a closed 1 year ago
Also, end and home don't work. Home should bring you to the start, and end should bring you to the end, but neither work.
it's not really a bug, instead the case isn't handled, in the implementation, only Arrow Left/Right & Backspace are handled, so keys like Delete, Home & End are not handled.
@mak448a PR #38 fixed this issue, please test it again and close the issue if resolved.
Fix confirmed, closing.
Thank you! It works!
Describe the bug A clear and concise description of what the bug is. When entering the canvas size, pressing the delete key on the keyboard doesn't delete the number in front of the cursor.
To Reproduce Steps to reproduce the behavior:
Expected behavior The delete key should delete the character in front of the cursor.