Fix type error when downloading drive root

pull/1/head
yflory 3 years ago
parent 493b0ebcca
commit ea2ae2aa34

@ -1406,6 +1406,7 @@ define([
}
break;
case "cursor":
if (cursor && cursor.updateCursor) {
cursor.updateCursor({
type: "cursor",
messages: [{
@ -1415,6 +1416,7 @@ define([
useridoriginal: myOOId
}]
});
}
break;
case "getLock":
handleLock(obj, send);

@ -698,7 +698,7 @@ define([
var ctx = {
fileHost: privateData.fileHost,
get: common.getPad,
sframeChan: sframeChan,
sframeChan: common.getSframeChannel(),
cache: common.getCache()
};

Loading…
Cancel
Save