hajdenos

Results 3 issues of hajdenos

I fixed the close button by removing event listeners with the right function refs and deleted an extra removeEventListener call. I tried it and worked :)

Added a function that gets the state of the AlertDialog. Usage: local isOpen, data = lib.getOpenAlertDialog()

Added a function that gets the state of the InputDialog. Usage: local isOpen, data = lib.getOpenInputDialog()