This commit is contained in:
Isaac
2025-10-04 01:52:24 +08:00
parent 4b04a6c69e
commit 07ab14f625
3 changed files with 11 additions and 9 deletions

View File

@@ -640,10 +640,10 @@ public class ChatTextInputPanelNode: ChatInputPanelNode, ASEditableTextNodeDeleg
self.context = context
self.enableBounceAnimations = true
/*self.enableBounceAnimations = true
if let data = context.currentAppConfiguration.with({ $0 }).data, data["ios_killswitch_input_bounce"] != nil {
self.enableBounceAnimations = false
}
}*/
self.addSubnode(self.clippingNode)