Skip to content

Commit

Permalink
Fix infinite rendering loops
Browse files Browse the repository at this point in the history
This somehow is not merged into mater.
  • Loading branch information
uranusjr committed Jun 28, 2014
1 parent 907b6f0 commit 2542fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MacDown/Code/Document/MPRenderer.m
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ - (void)parseLater:(NSTimeInterval)delay
target:self
selector:action
userInfo:@{@"next": handler}
repeats:YES];
repeats:NO];
}

@end

0 comments on commit 2542fab

Please sign in to comment.