Lock the UI when someone is editing

This commit is contained in:
yflory
2018-04-03 11:00:46 +02:00
parent d12e5da1b7
commit a9d01ac864
3 changed files with 65 additions and 16 deletions

View File

@@ -115,6 +115,7 @@ define([
}
});
}
if (fd.lastVersion) { toClean.push(Hash.hrefToHexChannelId(fd.lastVersion)); }
if (channelId) { toClean.push(channelId); }
spliceFileData(id);
}