I have to trigger an event with a delay. The handler adds a border to any paragraph that is being read. The delay can be changed by the user. When I added the timeout, the border is never shown, while without the timeout it does. How can I trigger the event with delay?I have to trigger an event with a delay. The ha