This commit is contained in:
rizrmd 2024-06-02 05:36:29 +07:00
parent c4faa9beb1
commit 0035ad8272
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}}
>