show breadcrumb detail view in breadcrumb menu

Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
Julien Veyssier 2021-07-14 14:08:02 +02:00
parent f16a806819
commit 1fbe3cd596
No known key found for this signature in database
GPG key ID: 4141FEE162030638
4 changed files with 6 additions and 4 deletions

View file

@ -176,6 +176,7 @@
dirInfo: this.dirInfo
});
$crumb.append(view.$el);
$menuItem.append(view.$el.clone(true));
}, this);
// setup drag and drop

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -59,6 +59,7 @@
},
_onClick(e) {
e.preventDefault()
e.stopPropagation()
const fileInfoModel = new OCA.Files.FileInfoModel(this._dirInfo)
const self = this