Help text update for type.
[FIXED] MP-12: Help doesn't always properly update for element type.
This commit is contained in:
		@@ -221,14 +221,17 @@
 | 
			
		||||
         [NSURLRequest requestWithURL:
 | 
			
		||||
          [NSURL URLWithString:[NSString stringWithFormat:@"#%@", chapter] relativeToURL:
 | 
			
		||||
           [[NSBundle mainBundle] URLForResource:@"help" withExtension:@"html"]]]];
 | 
			
		||||
        
 | 
			
		||||
        NSString *error = [self.helpView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"setClass('%@');",
 | 
			
		||||
                                                                                 ClassNameFromMPElementType(self.activeElement.type)]];
 | 
			
		||||
        if (error.length)
 | 
			
		||||
            err(@"setClass: %@", error);
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
- (void)webViewDidFinishLoad:(UIWebView *)webView {
 | 
			
		||||
    
 | 
			
		||||
    NSString *error = [self.helpView stringByEvaluatingJavaScriptFromString:[NSString stringWithFormat:@"setClass('%@');",
 | 
			
		||||
                                                                             ClassNameFromMPElementType(self.activeElement.type)]];
 | 
			
		||||
    if (error.length)
 | 
			
		||||
        err(@"helpView.setClass: %@", error);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
- (void)showContentTip:(NSString *)message withIcon:(UIImageView *)icon {
 | 
			
		||||
    
 | 
			
		||||
    dispatch_async(dispatch_get_main_queue(), ^{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user