Fix sidebar layout buttons in team drive

This commit is contained in:
yflory
2019-12-17 17:57:07 +01:00
parent 972f50052d
commit 215cabc053
4 changed files with 9 additions and 9 deletions

View File

@@ -479,8 +479,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'),