mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-02-10 18:05:06 +08:00
[marketplace] Fix problems with scroll for changelog.
This commit is contained in:
@ -1075,7 +1075,6 @@ function onClickItem() {
|
||||
document.getElementById('span_changelog').classList.add('hidden');
|
||||
document.getElementById('div_changelog_preview').innerHTML = '';
|
||||
}
|
||||
PsChanglog.update();
|
||||
|
||||
let pluginUrl = plugin.baseUrl.replace(OOMarketplaceUrl, (OOIO + 'tree/master/') );
|
||||
|
||||
@ -1158,6 +1157,7 @@ function onSelectPreview(target, type) {
|
||||
document.getElementById('div_selected_info').classList.remove('hidden');
|
||||
} else {
|
||||
document.getElementById('div_selected_changelog').classList.remove('hidden');
|
||||
PsChanglog.update();
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user