mirror of
https://github.com/zhigang1992/GitHawk.git
synced 2026-04-30 21:11:45 +08:00
Fix bottom clipping on message view (#1855)
This commit is contained in:
@@ -161,7 +161,7 @@ final class IssuesViewController:
|
||||
textActionsController.configure(client: client, textView: messageView.textView, actions: actions)
|
||||
textActionsController.viewController = self
|
||||
|
||||
actions.frame = CGRect(x: 0, y: 0, width: 0, height: 40)
|
||||
actions.frame = CGRect(x: 0, y: 0, width: 0, height: 32)
|
||||
messageView.add(contentView: actions)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user