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 && ( {w.sync_too_long && (
<div <div
onClick={() => {
w.sync_too_long = false;
p.render();
}}
className={cx( className={cx(
css` css`
position: fixed; position: fixed;