* zin: fix cannot scroll page after close modal.

This commit is contained in:
sunhao
2024-03-15 16:30:26 +08:00
parent 2775282d83
commit 2ffacaf97e
+5 -1
View File
@@ -382,7 +382,11 @@
renderPartial(item, options);
if(item.name === 'html' || item.name === 'body') hasUpdatePage = true;
});
if(hasUpdatePage) updatePageLayout();
if(hasUpdatePage)
{
updatePageLayout();
$('html').enableScroll();
}
if(!options.partial)
{
const newState = $.apps.updateApp(currentCode, currentAppUrl, document.title);