mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 23:37:59 +00:00
Fix Enter button behavior in web UI textarea
Hitting the enter button inside the textarea would submit the form, rather than advancing to the next line.
This commit is contained in:
parent
841536c9c5
commit
ecc17018b7
@ -14,10 +14,6 @@
|
|||||||
new Keyboard({
|
new Keyboard({
|
||||||
defaultEventType: 'keydown',
|
defaultEventType: 'keydown',
|
||||||
events: {
|
events: {
|
||||||
'Enter': function(event) {
|
|
||||||
$('addTrackersButton').click();
|
|
||||||
event.preventDefault();
|
|
||||||
},
|
|
||||||
'Escape': function(event) {
|
'Escape': function(event) {
|
||||||
window.parent.closeWindows();
|
window.parent.closeWindows();
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user