emartineau / SelectionWrapper

Wraps text depending on the key pressed, like in Visual Studio Code
MIT License
35 stars 9 forks source link

Breaks multi-cursor editing #5

Closed ite-klass closed 4 years ago

ite-klass commented 4 years ago

Expected: It writes a ( or a () on every cursor

Actual: It writes

(

)

(on every cursor position)

emartineau commented 4 years ago

In the most recent version I have disabled multi-cursor wrapping (hopefully). Your example should now work as expected. Please let me know otherwise. Thanks!