don't need to preventDefault there
This commit is contained in:
parent
91a1fdd181
commit
95e6614378
@ -1296,7 +1296,6 @@
|
||||
return;
|
||||
}
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
$('#auto', qr.el).checked = true;
|
||||
if (conf['Auto Hide QR']) {
|
||||
$('#autohide', qr.el).checked = true;
|
||||
|
||||
@ -1030,7 +1030,6 @@ qr =
|
||||
return unless blank or cooldown.duration
|
||||
|
||||
e.stopPropagation()
|
||||
e.preventDefault()
|
||||
|
||||
$('#auto', qr.el).checked = true
|
||||
$('#autohide', qr.el).checked = true if conf['Auto Hide QR']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user