mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Merge branch 'feature/zotero-offline' of https://github.com/ONLYOFFICE-PLUGINS/onlyoffice.github.io into feature/zotero
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user