🦊解决在模态框打开的情况下pjax返回出现问题的bug

This commit is contained in:
柳神 2024-09-06 17:16:11 +08:00
parent c72cf876c3
commit dfd83fa548
2 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ function initialize_fc_lite() {
<div id="modal-articles-container"></div>
</div>
`;
document.body.appendChild(modal);
root.appendChild(modal);
}
const modal = document.getElementById('modal');

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 36 KiB