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
drive_lights.js
gamepad.js
keyboard.js
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