CC-6083 - ctrl clicking a selected item deselects

This commit is contained in:
Duncan Sommerville 2015-08-18 15:30:24 -04:00
parent 3f25ab2647
commit 884e51291c
1 changed files with 2 additions and 0 deletions

View File

@ -909,6 +909,8 @@ var AIRTIME = (function(AIRTIME) {
mod.selectItem($tr);
mod.checkItem($tr);
} else if (ev.ctrlKey) {
mod.deselectItem($tr);
}
});