ngx-modal
ngx-modal copied to clipboard
Modal Dialog Behaving differently on different servers!!
Thanks for amazing library!!
On different servers, modal dialog behaves differently.
On production server, modal dialog closes when clicked outside of the modal dialog which is not the case on other servers I have for my project.
Please suggest what to do?
Thanks
I thinks two servers have different versions of this package, you can check from the node_modules folder or from command line npm ls --depth=0
in the folder where package.json and npm_modules are stored. you must be seeing two different versions of ngx-modal, if so you should use package-lock.json more efficiently
Thanks, @btargac for helping out.
@alok-srivastav, please check the versions and let me know if updating to the latest version didn't solve the issue.