mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-05 20:57:43 +02:00
Only prime note for dragging on left mouse down
This commit is contained in:
@@ -4874,6 +4874,7 @@
|
||||
|
||||
//
|
||||
$('.wrap').on('mousedown', '.board .note .text', function(ev){
|
||||
if (ev.which === 1)
|
||||
NB.noteDrag.prime(this.parentNode, ev);
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user