add comments

This commit is contained in:
Leilei Zhang
2025-07-30 11:39:44 +08:00
parent 5c7c8c3009
commit 82d031cf2a

View File

@@ -42,6 +42,9 @@ namespace Microsoft.PowerToys.UITest
Task.Delay(500).Wait();
}
// TODO: CmdPal bug when inputting text, characters are swallowed too quickly.
// This should be fixed within CmdPal itself.
// Temporary workaround: introduce a delay between character inputs to avoid the issue
if (charDelayMS > 0 || EnvironmentConfig.IsInPipeline)
{
// Send text character by character with delay (if specified or in pipeline)