You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new fabric.Textbox('some text', {
width:100,
height:30,
splitByGrapheme: true
})
Expected Behavior
As a matter of fact, textbox was deleted along with the last text.
Actual Behavior
Textbox cannot delete the last word
I looked at the latest code and found that if textbox deleted the last word, the text would not disappear, the actual text had been deleted, but textbox still displayed the last word.
The text was updated successfully, but these errors were encountered:
Version
2.7.0
Information about environment
browser
Steps to reproduce
Expected Behavior
As a matter of fact, textbox was deleted along with the last text.
Actual Behavior
Textbox cannot delete the last word
I looked at the latest code and found that if textbox deleted the last word, the text would not disappear, the actual text had been deleted, but textbox still displayed the last word.
The text was updated successfully, but these errors were encountered: