This commit is contained in:
Rizky 2024-08-15 05:31:02 +07:00
parent 54e78aeb8e
commit 4c158cf1b3
1 changed files with 4 additions and 0 deletions

View File

@ -173,6 +173,10 @@ export const EdBase = () => {
)}
{w.sync_too_long && (
<div
onClick={() => {
w.sync_too_long = false;
p.render();
}}
className={cx(
css`
position: fixed;