fix
This commit is contained in:
parent
c4faa9beb1
commit
0035ad8272
|
|
@ -346,7 +346,7 @@ export const EdPropInstanceOptions: FC<{
|
|||
if (!local.checkbox.width && el) {
|
||||
const bound = el.getBoundingClientRect();
|
||||
local.checkbox.width = bound.width;
|
||||
local.render();
|
||||
setTimeout(local.render, 500);
|
||||
}
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue