mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-05-28 06:36:05 +08:00
html height working, fixes #72
This commit is contained in:
@@ -113,7 +113,7 @@ IssueCommentReactionCellDelegate {
|
||||
} else if viewModel is IssueCommentDetailsViewModel {
|
||||
height = Styles.Sizes.rowSpacing * 3 + Styles.Sizes.avatar.height
|
||||
} else {
|
||||
height = BodyHeightForComment(viewModel: viewModel, width: width)
|
||||
height = BodyHeightForComment(viewModel: viewModel, width: width, webviewCache: webviewCache)
|
||||
}
|
||||
|
||||
return CGSize(width: width, height: height)
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0.0</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>487</string>
|
||||
<string>489</string>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>LSApplicationQueriesSchemes</key>
|
||||
|
||||
Reference in New Issue
Block a user