ibireme 9 years ago
parent
commit
446c7ae813
1 changed files with 1 additions and 0 deletions
  1. 1 0
      YYText/YYTextView.m

+ 1 - 0
YYText/YYTextView.m

@@ -2000,6 +2000,7 @@ typedef NS_ENUM(NSUInteger, YYTextMoveDirection) {
     self.debugOption = [YYTextDebugOption sharedDebugOption];
     [YYTextDebugOption addDebugTarget:self];
     
+    [self _updateInnerContainerSize];
     [self _update];
     
     [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(_pasteboardChanged) name:UIPasteboardChangedNotification object:nil];