Send button update

This commit is contained in:
Isaac
2025-10-03 02:22:18 +08:00
parent 70be4f840f
commit c962e6f56a
4 changed files with 198 additions and 234 deletions

View File

@@ -3876,7 +3876,7 @@ class ChatControllerNode: ASDisplayNode, ASScrollViewDelegate {
}
func sendButtonFrame() -> CGRect? {
if let frame = self.textInputPanelNode?.actionButtons.frame {
if let frame = self.textInputPanelNode?.sendActionButtons.frame {
return self.textInputPanelNode?.convert(frame, to: self)
} else {
return nil