Merge branch 'feature/zotero-offline' of https://github.com/ONLYOFFICE-PLUGINS/onlyoffice.github.io into feature/zotero

This commit is contained in:
Artur
2025-10-27 11:24:23 +03:00

View File

@ -475,7 +475,7 @@
elements.styleSelectList.style.width = (elements.styleWrapper.clientWidth - 2) + "px";
}
elements.notesStyleRadios.forEach(radio => {
elements.notesStyleRadios.forEach(function(radio) {
radio.addEventListener('change', function(event) {
if (event.target.checked) {
cslStylesManager.saveLastUsedNotesStyle(event.target.value);