Implemented some safety checks on library editor modal. Added a placeholder search bar to nav bar for positioning support.

This commit is contained in:
Joseph Milazzo 2021-01-04 14:48:56 -06:00
parent 490110407a
commit d2bf425a47
4 changed files with 25 additions and 9 deletions

View file

@ -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();