mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
show breadcrumb detail view in breadcrumb menu
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
This commit is contained in:
parent
f16a806819
commit
1fbe3cd596
4 changed files with 6 additions and 4 deletions
|
|
@ -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
|
|
@ -59,6 +59,7 @@
|
|||
},
|
||||
_onClick(e) {
|
||||
e.preventDefault()
|
||||
e.stopPropagation()
|
||||
|
||||
const fileInfoModel = new OCA.Files.FileInfoModel(this._dirInfo)
|
||||
const self = this
|
||||
|
|
|
|||
Loading…
Reference in a new issue