Closed MartinSeeler closed 4 years ago
Seems like the property just needs to be added here: https://github.com/tameemsafi/typewriterjs/blob/master/src/react/Typewriter.js#L50
Missing delete speed from the forEach loop
.deleteAll(this.options.deleteSpeed);
Was able to fix by manually patching the deleteSpeed. PR above.
@MartinSeeler Can you confirm if it has been fixed using v2.13.1 as the PR above by @dishcandanty is now merged?
@tameemsafi Yes, after upgrading to 2.13.1
the deleteSpeed
can be changed.
@dishcandanty thx for the fix
It seems that the
deleteSpeed
property is missing / not used in the React component. Is this on purpose or just a bug?