Improve vide

This commit is contained in:
Andras Schmelczer 2026-07-14 16:22:23 +01:00
parent e544b946c9
commit 716e42a57d
7 changed files with 358 additions and 121 deletions

View file

@ -32,7 +32,10 @@ export async function prepareTimeline(
await installCursor(page, storyboard.video.cursorStyle ?? 'arrow');
await setAspectClass(page, storyboard.video.aspect);
const ctx: ScriptCtx = { page, dashboard, cursor: { x: 200, y: 240 } };
// Park the mouse over the header bar, never the map: an idle pointer over
// a polygon summons the hover card, and on cold-open ads that tooltip was
// baked into frame 0 (and the poster/thumbnail).
const ctx: ScriptCtx = { page, dashboard, cursor: { x: 24, y: 14 } };
await page.mouse.move(ctx.cursor.x, ctx.cursor.y);
// Only pre-open the AI prompt when the storyboard actually types into it.
// Opening it unconditionally grows the mobile bottom sheet (keyboard