Simplify paste handling (#16654)

This commit is contained in:
Tommaso Sciortino
2026-01-14 13:27:36 -08:00
committed by GitHub
parent 41369f67eb
commit 94d5ae541e
22 changed files with 25 additions and 97 deletions

View File

@@ -112,7 +112,6 @@ describe('ApiAuthDialog', () => {
ctrl: false,
meta: false,
shift: false,
paste: false,
});
expect(expectedCall).toHaveBeenCalledWith(...args);

View File

@@ -52,7 +52,6 @@ describe('LoginWithGoogleRestartDialog', () => {
ctrl: false,
meta: false,
shift: false,
paste: false,
});
expect(onDismiss).toHaveBeenCalledTimes(1);
@@ -72,7 +71,6 @@ describe('LoginWithGoogleRestartDialog', () => {
ctrl: false,
meta: false,
shift: false,
paste: false,
});
// Advance timers to trigger the setTimeout callback