Actions
Task #101519
closedDrop immediate handling in debounced events
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-08-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
The DebounceEvent
module accepts an optional immediate
argument that allows to trigger the event handler at first invocation and enforces a waiting time after the last event invocation before the handler will be called again. It turns out this flag is never used in Core and also has a negative impact on UX. The flag should be removed.
Actions