do not focus contextPane after it's opened (#3728)
When contextPane is toggled open, keep the focused element unchanged Fixes: #3716
This commit is contained in:
parent
b15fb36f1b
commit
26fd57398c
1 changed files with 0 additions and 4 deletions
|
@ -376,10 +376,6 @@ var ZoteroContextPane = new function () {
|
|||
|
||||
splitter.setAttribute('state', open ? 'open' : 'collapsed');
|
||||
_update();
|
||||
|
||||
if (open) {
|
||||
ZoteroContextPane.focus();
|
||||
}
|
||||
}
|
||||
|
||||
function _getCurrentAttachment() {
|
||||
|
|
Loading…
Add table
Reference in a new issue