mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-05 00:14:46 +00:00
Boxes were snapping together even if they were not overlapping in the
non-snapping axis:
###
#A#
###
###
#B#
###
Although A and B are near eachother on the X axis they should not snap
together, since they are far apart on the Y axis. Now they don't.
|
||
|---|---|---|
| .. | ||
| __tests__ | ||
| components | ||
| actionCreators.js | ||
| browser.js | ||
| hotkeys.js | ||
| index.js | ||
| media.js | ||
| myFile.js | ||
| reducers.js | ||
| skinParser.js | ||
| skinSprites.js | ||
| snapUtils.js | ||
| utils.js | ||
| winamp.js | ||