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