Merge branch 'staging' into inviteUI

This commit is contained in:
yflory
2019-12-18 15:12:43 +01:00
21 changed files with 577 additions and 177 deletions

View File

@@ -493,8 +493,9 @@ define([
refreshCreate(common, cb);
});
makeBlock('drive', function (common, cb) {
makeBlock('drive', function (common, cb, $div) {
$('div.cp-team-drive').empty();
$div.removeClass('cp-sidebarlayout-element'); // Don't apply buttons and input styles from sidebarlayout
var content = [
h('div.cp-app-drive-container', {tabindex:0}, [
h('div#cp-app-drive-tree'),