Skip to content

Commit

Permalink
Correct audio player in relation to handling of multiple recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Dec 7, 2023
1 parent 7e290b7 commit cb1980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/js/controllers/tip.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GL.controller("TipCtrl",
};

iframe.contentWindow.postMessage(data, "*");
}, {once: true});
});

$scope.$apply();
}
Expand Down

0 comments on commit cb1980a

Please sign in to comment.