apple2js/js/ui
Ian Flanigan ccad317f63
Fix bug where the alert dialog would not close (#32)
Micromodal maintains a reference to the current open dialog in
this.modal. If one dialog is open while opening another, Micromodal
can get confused and maintain a reference to the wrong one.

One of the problems is that the close action is not instantaneous, so
even closing one dialog and opening another immediately after can
cause the problem.

This change adds a small delay before opening the alert dialog to work
around the problem.
2020-10-11 08:53:33 -07:00
..
apple2.js Fix bug where the alert dialog would not close (#32) 2020-10-11 08:53:33 -07:00
audio.js New machine, new lint 2020-07-20 17:12:50 -07:00
drive_lights.js Style cleanup 2020-04-23 19:48:52 -07:00
gamepad.js Remove jQuery and jQuery UI dependencies. 2019-03-12 21:11:00 -07:00
keyboard.js Fix lint. 2020-04-23 19:50:19 -07:00
printer.js Add a "Clear" button to clear the printer paper (#35) 2020-10-11 08:48:16 -07:00
tape.js Show audio error when loading tape. 2020-08-23 06:36:59 -07:00