Changes between Initial Version and Version 1 of Ticket #37269
- Timestamp:
- 07/04/2016 04:48:22 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37269
- Property Keywords needs-unit-tests added
-
Ticket #37269 – Description
initial v1 24 24 25 25 Notice the multi-line comment. We can't re-render the notifications at a `remove` event because this event gets triggered just ''before'' it is removed, somewhat unexpectedly. We should therefore introduce a `removed` event that gets triggered ''after'' the removal so that workarounds using `debounce` or `defer` aren't required. 26 27 Submitted patch should include unit test.