update editor title when the link changes

This commit is contained in:
Sami Samhuri 2015-05-09 00:02:03 -07:00
parent a02874d82d
commit 01cf1884ab

View file

@ -322,6 +322,7 @@ static NSString *const StateRestorationModifiedPostKey = @"modifiedPost";
- (void)updatePostURL:(NSURL *)url {
self.modifiedPost = [self.modifiedPost copyWithURL:url];
[self configureLinkView];
[self configureTitleView];
}
- (IBAction)publishOrUnpublish:(id)sender {