Implemented some safety checks on library editor modal. Added a placeholder search bar to nav bar for positioning support.
This commit is contained in:
parent
490110407a
commit
d2bf425a47
4 changed files with 25 additions and 9 deletions
|
|
@ -80,7 +80,6 @@ export class DirectoryPickerComponent implements OnInit {
|
|||
}
|
||||
|
||||
shareFolder(folderName: string, event: any) {
|
||||
console.log(`You selected ${folderName} as your folder to share!`);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue