I have an excel add-in. I placed two content-pane from my add-in and i would like to open a dialog from it.
One excel allow only one dialog window in same time.
When i open a dialog window before i have an ajax request to server, but if i can not open the dialog window then i no need ajax call.
I tried to save information to localStorage, but if excel is hurm and reload itself, localstorage will show that dialog is open in turn this is wrong information.
How can I check if I have an open dialog window?
Thank you in advance for your answers.