Texture
Texture copied to clipboard
Incorrect attributedPlaceholderText behavior for ASEditableTextNode
Let's say there are two ASEditableTextNode.
When user taps Tab key in first node, it will navigate to second node.
But problem is that when user starts typing below issue occurred.
Placeholder doesn't disappear and ASEditableTextNode worked weired.
Please refer to this issue. https://github.com/FlowCrypt/flowcrypt-ios/issues/1465
PS: This issue can be reproduced in simulator or iPad with external keyboard.

What's your code look like?