-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(index): only set listeners on init once (#4634)
* fix(index): only set listeners on init once Without this, if init is called multiple times, multiple event listeners are attached, as well as the helper beign recreated. This fixes algolia/vue-instantsearch#911 by avoiding to have a different helper instance when init gets called multiple times * test: add tests for this behaviour
- Loading branch information
Showing
2 changed files
with
59 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters