Only prime note for dragging on left mouse down

This commit is contained in:
Justin Chang
2022-11-10 12:30:28 -05:00
parent a50a9fabb6
commit 50403323d5

View File

@@ -4874,6 +4874,7 @@
//
$('.wrap').on('mousedown', '.board .note .text', function(ev){
if (ev.which === 1)
NB.noteDrag.prime(this.parentNode, ev);
});