-
-
Notifications
You must be signed in to change notification settings - Fork 549
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Each time a character is entered in the input box, the program will be executed once
Describe the solution you'd like
My idea is to add an anti-shake function to the input box, and then trigger the execution of the program after the input is completed, instead of triggering the execution of the program every time a character is entered.
For example, if a character is input again within n milliseconds after each input of a character, the execution of the program will not be triggered, and if no more characters are input after n milliseconds, the corresponding program will be executed
This feature can be set as an optional feature if implemented.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request