This commit is contained in:
ntr
2019-07-10 13:12:32 +10:00
parent 25cd70bce1
commit 7bf4d9954a
11 changed files with 336 additions and 217 deletions
+1 -1
View File
@@ -141,7 +141,7 @@ function createSocket(events) {
function sendMtxApply(constructId, mtx) {
send({ method: 'mtx_apply', params: { construct_id: constructId, mtx } });
events.clearMtxActive();
// events.clearMtxActive();
}
// -------------