basic impl of creating a link, with preview
This commit is contained in:
@@ -41,7 +41,8 @@ export class RootViewModel extends ViewModel {
|
||||
this.openLinkViewModel.load();
|
||||
}
|
||||
} else {
|
||||
this.previewViewModel = null;
|
||||
this.openLinkViewModel = null;
|
||||
this.createLinkViewModel = new CreateLinkViewModel(this.childOptions());
|
||||
}
|
||||
this.emitChange();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user