signal that onLocal is called by onRemote
This commit is contained in:
@@ -103,7 +103,7 @@ define([
|
|||||||
});
|
});
|
||||||
sframeChan.on('Q_RT_MESSAGE', function (content, cb) {
|
sframeChan.on('Q_RT_MESSAGE', function (content, cb) {
|
||||||
if (isReady) {
|
if (isReady) {
|
||||||
onLocal(); // should be onBeforeMessage
|
onLocal(true); // should be onBeforeMessage
|
||||||
}
|
}
|
||||||
chainpad.message(content);
|
chainpad.message(content);
|
||||||
cb('OK');
|
cb('OK');
|
||||||
|
|||||||
Reference in New Issue
Block a user