You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have an issue with the library. Whenever I press the done button, the keyboard disappears for a second or two, and then reappears by itself. Whenever that happens, I get a bunch of debug messages. The messages are === AttributeGraph: cycle detected through attribute 804744 === (the attribute number changes on each new message). I also get those messages whenever I press the next button. Any ideas what could be the problem? Thanks in advance!
The text was updated successfully, but these errors were encountered:
there is some creation loop that happens when the view is created, and you call becomeFirstResponder(), which calls the view, which triggers SwiftUI to find the view that it hasn't adequately created yet. so add async to textField.becomeFirstResponder() at FocusModifier struct. fly for any equation.
Hello, I have an issue with the library. Whenever I press the done button, the keyboard disappears for a second or two, and then reappears by itself. Whenever that happens, I get a bunch of debug messages. The messages are
=== AttributeGraph: cycle detected through attribute 804744 ===
(the attribute number changes on each new message). I also get those messages whenever I press the next button. Any ideas what could be the problem? Thanks in advance!The text was updated successfully, but these errors were encountered: