parent
18d7e833c9
commit
b0eb048bce
1 changed files with 6 additions and 3 deletions
|
@ -231,15 +231,18 @@ var ZoteroItemPane = new function() {
|
|||
switch (tabBox.selectedIndex) {
|
||||
case 0:
|
||||
var box = _itemBox;
|
||||
if (box) {
|
||||
yield box.blurOpenField();
|
||||
}
|
||||
break;
|
||||
|
||||
case 2:
|
||||
var box = _tagsBox.current;
|
||||
if (box) {
|
||||
box.blurOpenField();
|
||||
}
|
||||
break;
|
||||
}
|
||||
if (box) {
|
||||
yield box.blurOpenField();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue