Skip to content

Commit

Permalink
Don't Unsubscribe When Unloading
Browse files Browse the repository at this point in the history
  • Loading branch information
jaruba committed May 30, 2024
1 parent b791229 commit 8d07f5c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/WebOsVideo/WebOsVideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,6 @@ function WebOsVideo(options) {
}
}, function (result) {
if (unloading) {
if (!answered) {
answered = true;
unsubscribe();
}
return;
}
// eslint-disable-next-line no-console
Expand Down

0 comments on commit 8d07f5c

Please sign in to comment.