autopair.js
Issue tracker for the autopairing + typethrough package at https://github.com/dchacke/autopair.js
Log in or sign up to participate in this discussion.
With an account, you can revise, criticize, and comment on ideas, and submit new ideas.Discussions can branch out indefinitely. Zoom out for the bird’s-eye view.
Undo/redo stack should preserve cursor position.
Steps to reproduce:
- Start with empty textarea.
- Type '('.
- Cursor is now inside '(|)'.
- Hit undo.
- Hit redo.
- Cursor is now behind '()|' but should be inside like in step 3.
Criticism