Question
CEP panels
Hello there,
I am trying to send some data from JSX to JS, but the async operations are unreliable.

I return from JSX a folder path and then I try to commit a mutation to vuex, but it works like a lottery...
I tried using promises with no result. I increased the timeout to 1000 but it also kinda doesn' work all the time.
