Jamstash/app/queue
Carey Metcalfe dbf5010745 Fix double click event propagation
This fixes an issue where attempting to rapidly remove songs from the
queue would cause them to be played.

- When clicking the add/play/remove/star buttons quickly, the double
  click event would propagate and start playing the song
- Fixed by extending the `stopEvent` directive to accept a
  comma-delimited list of events to stop. This allowed for using
  `stop-event="click,dblclick"` in the html to not propagate both click
  and double click events.
- Also removed some duplicate directives that seemed to have snuck in
  during a merge.
2017-11-10 14:31:01 -05:00
..
queue.css Add an icon to select all songs in the queue. 2015-10-26 22:58:26 +01:00
queue.html Fix double click event propagation 2017-11-10 14:31:01 -05:00
queue.js Add an icon to select all songs in the queue. 2015-10-26 22:58:26 +01:00
queue_test.js Add an icon to select all songs in the queue. 2015-10-26 22:58:26 +01:00