Fix restoration of full-screen mode when opening Zotero pane (does not persist across Firefox restarts)
This commit is contained in:
parent
e1349ec308
commit
1279ccf9f6
|
@ -509,7 +509,7 @@ var ZoteroPane = new function()
|
|||
}
|
||||
|
||||
function isFullScreen() {
|
||||
return document.getElementById('zotero-pane').getAttribute('fullscreenmode') == 'true';
|
||||
return document.getElementById('zotero-pane-stack').getAttribute('fullscreenmode') == 'true';
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user