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
Try to add something on canvas, and then refresh the page, it turns out that the item added is still on canvas but I can't get the item data when I click the save button.
The text was updated successfully, but these errors were encountered:
One solution:
add a flag for compoment 'toolBar', reset the flag in compomentWillMount when browser refresh, and put flag into the return statement inside shouldComponentUpdate.
Try to add something on canvas, and then refresh the page, it turns out that the item added is still on canvas but I can't get the item data when I click the save button.
The text was updated successfully, but these errors were encountered: