Fix race condition between setPadTitle and drive sync

pull/1/head
yflory 2021-01-07 16:57:52 +01:00
parent 1f16b525d3
commit b7a492a11b
1 changed files with 3 additions and 0 deletions

View File

@ -1038,6 +1038,7 @@ define([
});
};
Store.setPadTitle = function (clientId, data, cb) {
onReadyEvt.reg(function () {
var title = data.title;
var href = data.href;
var channel = data.channel;
@ -1193,6 +1194,8 @@ define([
onSync(teamId, waitFor());
});
}).nThen(cb);
});
};
// Filepicker app