Skip to content

Conversation

@bartoszglow
Copy link
Contributor

Fix for #91

@bartoszglow bartoszglow linked an issue Jul 7, 2020 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jul 7, 2020

Codecov Report

Merging #92 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #92   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          299       300    +1     
  Branches        68        69    +1     
=========================================
+ Hits           299       300    +1     
Impacted Files Coverage Δ
src/listenerManager.js 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c25d2a6...c861a52. Read the comment docs.

* @private
*/
function _callHandler(listener, item, isPastItem) {
// Fixes #91. Do not trigger event during initialization when event was pushed after adding listener and before DL initialization
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just having the comment without the link to the issue id should be good enough. Users can browse the history in git to get more context if needed.

@bartoszglow bartoszglow merged commit b31e098 into master Jul 10, 2020
@bartoszglow bartoszglow deleted the bugfix/data-layer-initialization-fix branch July 10, 2020 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inconsistent behaviour when registering event listeners

3 participants