mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-22 17:47:16 +00:00
I was a good boy, and made sure to remove my mouse move event listener when the user's mouse came up. Sadly, I didn't then _also_ remove the mouse up event listener. This meant that after clicking a few times, the whole app would stall quite a bit any time your mouse came up. |
||
|---|---|---|
| .. | ||
| AvsWindow | ||
| EqualizerWindow | ||
| GenWindow | ||
| MainWindow | ||
| PlaylistWindow | ||
| App.js | ||
| Balance.js | ||
| Character.js | ||
| Character.test.js | ||
| CharacterString.js | ||
| ClickedDiv.js | ||
| ContextMenu.js | ||
| DropTarget.js | ||
| MiniTime.js | ||
| ResizeTarget.js | ||
| Skin.js | ||
| Volume.js | ||
| WindowManager.js | ||