Skip to content

Commit bc85ded

Browse files
committed
examples.table.nestedRecordFields.EditUserDialog: the dialog no longer gets shown properly #6259
1 parent e9424ed commit bc85ded

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/dialog/Base.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ class Dialog extends Panel {
414414
// rendered outside the visible area
415415
await me.render(true);
416416

417+
await me.timeout(20);
418+
417419
let [dialogRect, bodyRect] = await me.getDomRect([me.id, 'document.body']);
418420

419421
// Move to cover the animation target

0 commit comments

Comments
 (0)