-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto-Inject Version number in new Issues #31
Comments
fixed |
The version number is being injected, but, with that code running in a loop I am unable to type or select text from within the issue body. The looped code should stop executing after the first successful injection of the version number. We should also change the URL from github.com to github.com/soscripted/sox/issues/new and set a bool flag after it's ran.. What do you think? |
@enki-code bool-flag, yes. but if we change the match URL to that issue link, then it will only work if you land directly onto that page (remember the issue where you needed to refresh to make it work). |
@enki-code but it works for me... I can type and select... or do you mean somewhere else?? |
I was just coming to update my comment on the url.. you're right, that wouldn't work. 👍 In the issue body, I cannot type or select text because every 2 seconds the text is being replaced |
@enki-code Do you not have the
|
Issue seems to have been random and neither of us can reproduce. Closing again... |
It was a glitch in the Matrix. |
Installed Version: 1.0.3 DEV | Environment: Chrome/Tampermonkey
Expected Behavior
When creating an issue on GitHub, SOX should inject the currently installed version number into the post.
Actual Behavior
The version number is being injected, but only after a page refresh. I suspect a timing issue.
Related Code
The text was updated successfully, but these errors were encountered: