Disable background click to prevent deselection of all items.

This commit is contained in:
Taloth Saldono 2014-01-30 20:09:10 +01:00
parent c4fc3e77b3
commit 31e0524389
1 changed files with 0 additions and 2 deletions

View File

@ -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'
}
});