mirror of
https://github.com/samsonjs/samhuri.net-ios.git
synced 2026-03-25 09:25:47 +00:00
update editor title when the link changes
This commit is contained in:
parent
a02874d82d
commit
01cf1884ab
1 changed files with 1 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue