fix
This commit is contained in:
parent
54e78aeb8e
commit
4c158cf1b3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue