signal that onLocal is called by onRemote

pull/1/head
ansuz 7 years ago
parent 888739e333
commit 26f5a1fe74

@ -103,7 +103,7 @@ define([
});
sframeChan.on('Q_RT_MESSAGE', function (content, cb) {
if (isReady) {
onLocal(); // should be onBeforeMessage
onLocal(true); // should be onBeforeMessage
}
chainpad.message(content);
cb('OK');

Loading…
Cancel
Save