mattboldt/typed.js

Feature Request: Smart Backspacing also when looping from last to first string

zzgab opened this issue · 2 comments

zzgab commented

In version 2.1.0, when smart backspacing is on, with these strings:

  • one two three
  • one two four

in loop mode, the cursor will backspace the word three and type the word four, but then the whole line is backspaced to start from scratch again, instead of just erasing four to continue with three.

Is there a way to ask for a feature request? an option to keep smart backspacing over to next looping iteration.

Thanks