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

Right clicking on a note toggles drag and drop mode after context menu is closed #72

Closed justinpchang closed 1 year ago

justinpchang commented 1 year ago

macOS Monterey Version 12.6 Firefox 106.0.5 (64-bit) Also tested on Chrome 107.0.5304.87 (x86_64)

STR

ER

AR

This occurs because the jQuery mousedown listener that primes a note does not differentiate between the mouse key codes. The below PR fixes this

justinpchang commented 1 year ago

Also @apankrat are there plans for implementing a minimal context menu around the app? For things such as moving notes between boards, deleting all notes in a list, etc.