Inserting text one character at a time using JS #5625
Unanswered
TheLostProgrammer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am inserting text one character at a time for a project I am working on. I have it working, however, auto-closing doesn't seem to work. So, if I type brackets or quotes, it doesn't close the opening bracket or quote as it would if I were to type it out into the editor.
This is with JS inserting the characters:
This is when I type out each character into the editor:
You can see that when I do it, it closes the double quote and bracket as a typed it.
This is the insert method:
Beta Was this translation helpful? Give feedback.
All reactions