From 3df6d4390109bffd7c9ce8d637daea705fa0f321 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Fri, 1 May 2026 11:10:43 +0100 Subject: [PATCH] rm comment --- apps/web/playwright/pages/ElementAppPage.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/playwright/pages/ElementAppPage.ts b/apps/web/playwright/pages/ElementAppPage.ts index 3e525e7fef..41abc8f980 100644 --- a/apps/web/playwright/pages/ElementAppPage.ts +++ b/apps/web/playwright/pages/ElementAppPage.ts @@ -239,7 +239,6 @@ export class ElementAppPage { type, }); clipboardData.items.add(file); - console.log("Dispatching event..."); element.dispatchEvent( new ClipboardEvent("paste", { clipboardData,