Add onMouseDown handlers to snapshots

This commit is contained in:
Jordan Eldredge 2019-05-02 19:56:25 -07:00
parent 5ee1a4f7b0
commit e5f6edf602
4 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
>
<div
onFocus={[Function]}
onMouseDown={[Function]}
style={
Object {
"height": "100%",

View file

@ -3,6 +3,7 @@
exports[`GenWindow renders to snapshot 1`] = `
<div
onFocus={[Function]}
onMouseDown={[Function]}
style={
Object {
"height": "100%",

View file

@ -12,6 +12,7 @@ exports[`MainWindow renders to snapshot 1`] = `
>
<div
onFocus={[Function]}
onMouseDown={[Function]}
style={
Object {
"height": "100%",

View file

@ -3,6 +3,7 @@
exports[`PlaylistWindow renders to snapshot 1`] = `
<div
onFocus={[Function]}
onMouseDown={[Function]}
style={
Object {
"height": "100%",