Fix Select-All on Windows (broken by d2f028d
)
This commit is contained in:
parent
490a176dcd
commit
0a7cc44481
1 changed files with 0 additions and 2 deletions
|
@ -170,8 +170,6 @@ Zotero.ItemTreeView.prototype._setTreeGenerator = function(treebox)
|
|||
return;
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
|
||||
Q.fcall(function () {
|
||||
var key = String.fromCharCode(event.which);
|
||||
if (key == '+' && !(event.ctrlKey || event.altKey || event.metaKey)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue