[marketplace] Fix problems with scroll for changelog.

This commit is contained in:
AlexeyMatveev686
2023-09-27 15:28:01 +03:00
parent e2935375ee
commit 44a4d84db1
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}
}
};