apankrat / nullboard

Nullboard is a minimalist kanban board, focused on compactness and readability.
https://nullboard.io/preview
Other
2.52k stars 197 forks source link

Fix: (redo) Only prime note for dragging on left mouse down #78

Closed justinpchang closed 11 months ago

justinpchang commented 1 year ago

Hi @apankrat ,

Months ago, I submitted #73 and #74. I think I had messed up my branches or something because from the commit file changes after merging, it looks like merging in #74 undid #73 changes.

This PR is a redo for #73. I'm sorry for the inconvenience. Thanks for a great tool!

rpavlik commented 1 year ago

Don't make pull requests from your default branch in the future. Instead, make a new branch off of the upstream default branch, and cherry-pick the changes you want to submit.