Open iveskins opened 6 years ago
for example. for the text " sounds successively—that is" When I enable the split hyphenated words option, I would expect four tiles
sounds successively that is
But I got
sounds successively—that is
I think the code in engine,js arround if (textOnSlide.indexOf("-") !== -1) { could be changed to include all these characters
if (textOnSlide.indexOf("-") !== -1) {
- – —
for example. for the text " sounds successively—that is" When I enable the split hyphenated words option, I would expect four tiles
sounds successively that is
But I got
sounds successively—that is
I think the code in engine,js arround
if (textOnSlide.indexOf("-") !== -1) {
could be changed to include all these characters