5 lines
155 B
TypeScript
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
|
|
}
|