Closed karlingen closed 5 years ago
I noticed that there are some issues for some installations where localStorage is not working. So I swapped out localStorage with the recommended way of storing data: https://docs.microsoft.com/en-us/azure/devops/extend/develop/data-storage?view=azure-devops
Now the state of the multiselect will be saved regardless what instance of Devops you are running.
I also made the code more thread safe.
@sierpinski
I noticed that there are some issues for some installations where localStorage is not working. So I swapped out localStorage with the recommended way of storing data: https://docs.microsoft.com/en-us/azure/devops/extend/develop/data-storage?view=azure-devops
Now the state of the multiselect will be saved regardless what instance of Devops you are running.
I also made the code more thread safe.
@sierpinski