AceCentre / pasco

Phrase Auditory Scanning COmmunicator - AAC App for iOS and the Web
https://app.pasco.chat
GNU General Public License v3.0
14 stars 6 forks source link

Word prediction for letters in blocks #151

Closed willwade closed 5 years ago

willwade commented 5 years ago

This causes a nice little fault.. like it stops scanning. I think this cant be done because word prediction was meant to run for a-z. Would be nice if it did!

https://paste.ee/p/E0wUv

hosseinzoda commented 5 years ago

This tree file has an issue. Instead of this.

I will spell it
    <meta data-spell-branch  data-spell-update-dyn-onchange>

It should be this.

I will spell it<meta data-spell-branch  data-spell-update-dyn-onchange>

Also there's an issue when undo is used.

hosseinzoda commented 5 years ago

@willwade If you perform the fix at my previous comment the issue will go away. This is not a bug. Instead a problem in tree itself.

willwade commented 5 years ago

Thanks! Sorry for the confusion 👍 https://paste.ee/p/PMlLl