mirror of
https://github.com/apankrat/nullboard.git
synced 2025-08-06 13:16:49 +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){
|
$('.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){
|
$('.config').on('mousedown', 'a.load-board', function(ev){
|
||||||
|
Reference in New Issue
Block a user