Skip to content

Commit

Permalink
use auto pairs with selections
Browse files Browse the repository at this point in the history
Previously, the auto pairs code was converting the user selection into
its cursor form, and setting the transaction's selection to that cursor.
This has the effect of destroying the user's selection if they type a
pair character that gets auto completed.

This fixes the code to work with the user's selection, inserting auto
pairs where appropriate, but either keeping or extending the user's
selection.
  • Loading branch information
dead10ck committed Dec 15, 2021
1 parent 49e0678 commit fd668ed
Show file tree
Hide file tree
Showing 2 changed files with 275 additions and 79 deletions.
Loading

0 comments on commit fd668ed

Please sign in to comment.