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
Instead of saying 0 left it just says left. If I go into the web inspector (I'm using Chrome) and delete "Task" from LocalStorage or change its value to the empty string it says just left again.
It does properly say 0 left after adding records and deleting them all. In that case, if I look at the localStorage value in Web Inspector, it shows [] as the value.
I looked for a fix briefly but an elegant solution didn't jump out at me. I'm not very familiar with Spine so I thought I'd just report the issue and see what you come up with. I look forward to hearing it!
To sum it up:
If it's the first page load or I delete Task from localStorage, the value for Task in localStorage is either non-existent or the empty string, and it says left.
If I add an item and delete it, the value for Task in localStorage is [] and it says 0 left.
The text was updated successfully, but these errors were encountered:
Instead of saying
0 left
it just saysleft
. If I go into the web inspector (I'm using Chrome) and delete "Task" from LocalStorage or change its value to the empty string it says justleft
again.It does properly say
0 left
after adding records and deleting them all. In that case, if I look at the localStorage value in Web Inspector, it shows[]
as the value.I looked for a fix briefly but an elegant solution didn't jump out at me. I'm not very familiar with Spine so I thought I'd just report the issue and see what you come up with. I look forward to hearing it!
To sum it up:
Task
from localStorage, the value forTask
in localStorage is either non-existent or the empty string, and it saysleft
.Task
in localStorage is[]
and it says0 left
.The text was updated successfully, but these errors were encountered: