We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac9228 commit 6a8055cCopy full SHA for 6a8055c
1 file changed
v3/js/opt-frontend.js
@@ -90,7 +90,7 @@ var try_hook = function(hook_name, args) {
90
91
92
function requestSync() {
93
- if (TogetherJS.running && !isExecutingCode) {
+ if (TogetherJS.running) {
94
TogetherJS.send({type: "requestSync"});
95
}
96
@@ -170,7 +170,7 @@ function initTogetherJS() {
170
return;
171
172
173
174
TogetherJS.send({type: "myAppState", myAppState: getAppState()});
175
176
});
0 commit comments