Don't resize window when Sync preferences are loaded

This commit is contained in:
Abe Jellinek 2023-12-05 14:00:03 -05:00 committed by Dan Stillman
parent de42dce16e
commit 5ca626c143

View file

@ -423,8 +423,6 @@ Zotero_Preferences.Sync = {
document.getElementById('storage-user-download-mode').disabled = !enabled;
this.updateStorageTerms();
window.sizeToContent();
}),