dhruvpatidar359 / nextdraw

A WhiteBoard application used for prototyping supports Websockets
https://nextdraw.vercel.app
MIT License
45 stars 29 forks source link

[FEATURE] Implement Keyboard Shortcut to Delete Drawing on Screen #44

Closed yashmandi closed 6 months ago

yashmandi commented 6 months ago

Feature Description I have worked with similar drawing sites, and when I draw something and I want to delete / erase something, I have the habit of selecting it by mouse and delete / erase it using 'DELETE' button on my keyboard. This feature would be helpful for many people.

*Solution When someone wants to delete / erase the drawing, they can simply select it using mouse and press delete button on keyboard. I would like to work on this issue under GSSoC '24, request you to assign this task to me :)

github-actions[bot] commented 6 months ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

dhruvpatidar359 commented 6 months ago

Hi @yashmandi thanks for opening an issue. This is already implemented in the code , the problem right now is , it has been breaked by a PR , we are right now trying to resolve it . If you can resolve it , here is the PR that breaked it , i have also commented down in the PR itself. #41