mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Disable background click to prevent deselection of all items.
This commit is contained in:
parent
c4fc3e77b3
commit
31e0524389
1 changed files with 0 additions and 2 deletions
|
@ -16,8 +16,6 @@ define(
|
||||||
events: {
|
events: {
|
||||||
'click li, td' : '_listItem_onMousedown',
|
'click li, td' : '_listItem_onMousedown',
|
||||||
'dblclick li, td' : '_listItem_onDoubleClick',
|
'dblclick li, td' : '_listItem_onDoubleClick',
|
||||||
'click' : '_listBackground_onClick',
|
|
||||||
'click ul.collection-list, table.collection-list' : '_listBackground_onClick',
|
|
||||||
'keydown' : '_onKeydown'
|
'keydown' : '_onKeydown'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue