Various improvements

This commit is contained in:
Isaac
2025-09-27 01:01:29 +08:00
parent 75722ecbde
commit ecfe436a24
5 changed files with 42 additions and 86 deletions

View File

@@ -502,7 +502,7 @@ public class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDeleg
self.textInputNodeClippingContainer.clipsToBounds = true
self.textInputSeparator = GlassBackgroundView.ContentColorView()
self.textInputContainerBackgroundView.contentView.addSubview(self.textInputSeparator)
//self.textInputContainerBackgroundView.contentView.addSubview(self.textInputSeparator)
self.textInputBackgroundNode = ASImageNode()
self.textInputBackgroundNode.displaysAsynchronously = false