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