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
I am working on a widget that is designed for making the entry of a line of AR code very easy. It almost works, but currently has one debilitating bug that is stopping it from being stable- Upon entering the 9th character, it auto-inserts the space, but leaves the cursor sitting before the 9th character. This is deceptively hard to fix.
The text was updated successfully, but these errors were encountered:
There is one awful bug that still needs fixing that is evident if you
run this code- Upon entering the 9th character, it auto-inserts the
space, but leaves the cursor sitting before the 9th character. This is
deceptively hard to fix.
refs issue #6
I am working on a widget that is designed for making the entry of a line of AR code very easy. It almost works, but currently has one debilitating bug that is stopping it from being stable- Upon entering the 9th character, it auto-inserts the space, but leaves the cursor sitting before the 9th character. This is deceptively hard to fix.
The text was updated successfully, but these errors were encountered: