Fix input

This commit is contained in:
Isaac
2025-10-09 00:06:37 +08:00
parent ddf68a0729
commit e3ee0126b2
2 changed files with 7 additions and 1 deletions

View File

@@ -515,7 +515,6 @@ public class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDeleg
self.glassBackgroundContainer = GlassBackgroundContainerView()
self.textInputContainerBackgroundView = GlassBackgroundView(frame: CGRect())
self.textInputContainerBackgroundView.isUserInteractionEnabled = false
self.accessoryPanelContainer = UIView()
self.accessoryPanelContainer.clipsToBounds = true