Fix Google Docs allowing to select note style (endnotes)

Report: https://forums.zotero.org/discussion/123928/zotero-citations-not-appearing-as-endnotes-despite-selected-setting
This commit is contained in:
Adomas Venčkauskas 2025-04-30 16:47:09 +03:00 committed by Dan Stillman
parent 7eeb666894
commit 1c2ec3fd75

View file

@ -110,7 +110,7 @@ window.Zotero_File_Interface_Bibliography = new function () {
}
}
if (_io.supportedNotes?.length < 1) {
if (_io.supportedNotes?.length < 2) {
styleConfigurator.toggleAttribute("no-multi-notes", true);
}