mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-03-02 11:44:32 +00:00
Disable background click to prevent deselection of all items.
This commit is contained in:
@@ -16,8 +16,6 @@ define(
|
||||
events: {
|
||||
'click li, td' : '_listItem_onMousedown',
|
||||
'dblclick li, td' : '_listItem_onDoubleClick',
|
||||
'click' : '_listBackground_onClick',
|
||||
'click ul.collection-list, table.collection-list' : '_listBackground_onClick',
|
||||
'keydown' : '_onKeydown'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user