yackle / CLImageEditor

MIT License
2.21k stars 574 forks source link

fix: delete the last character will cause app crash #238

Closed cshcshan closed 2 years ago

cshcshan commented 2 years ago

When users delete the last character of string, the app will crash so add a condition to prevent it. There is an opened issue related it https://github.com/yackle/CLImageEditor/issues/236

yackle commented 2 years ago

merged. thanks! fixed #236.