Make PASTE_WORKAROUND the default. (#12008)

This commit is contained in:
Tommaso Sciortino
2025-10-24 19:55:13 -07:00
committed by GitHub
parent 5301598f79
commit fcc53ad3de
4 changed files with 11 additions and 36 deletions
@@ -1348,7 +1348,7 @@ describe('SettingsDialog', () => {
// Press Escape to exit
stdin.write('\u001B');
await wait(100);
await wait(60);
expect(onSelect).toHaveBeenCalledWith(undefined, 'User');