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