Files
CPLv4.0/playwright/tests/michael/mouse-overlay.ts
2025-08-27 09:27:47 +02:00

5 lines
155 B
TypeScript

// Dummy-Mouse-Overlay für Michael-Standalone-Test
export async function installMouseOverlay(page: any) {
// Keine Aktion nötig für Standalone-Test
}