typed.js icon indicating copy to clipboard operation
typed.js copied to clipboard

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

Open zzgab opened this issue 1 year ago • 2 comments

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

zzgab avatar Jan 23 '24 18:01 zzgab

Would also love this! My work around now is to duplicate my strings array so it's large enough where user's won't see the loop.

WesleyKapow avatar Feb 18 '25 19:02 WesleyKapow

Let's make it :)

zzgab avatar Feb 18 '25 19:02 zzgab