mirror of
https://github.com/whscullin/apple2js.git
synced 2024-01-12 14:14:38 +00:00
ccad317f63
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. |
||
---|---|---|
.. | ||
apple2.js | ||
audio.js | ||
drive_lights.js | ||
gamepad.js | ||
keyboard.js | ||
printer.js | ||
tape.js |