Closed larevolucia closed 1 week ago
CloseModal function was not closing the form container.
This is due the form container being a local declaration rather than global one.
Fixed on Commit 63fa163 by making the formContainer a global variable
CloseModal function was not closing the form container.
This is due the form container being a local declaration rather than global one.