mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Add onMouseDown handlers to snapshots
This commit is contained in:
parent
5ee1a4f7b0
commit
e5f6edf602
4 changed files with 4 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ exports[`EqualizerWindow renders to snapshot 1`] = `
|
|||
>
|
||||
<div
|
||||
onFocus={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
style={
|
||||
Object {
|
||||
"height": "100%",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
exports[`GenWindow renders to snapshot 1`] = `
|
||||
<div
|
||||
onFocus={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
style={
|
||||
Object {
|
||||
"height": "100%",
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ exports[`MainWindow renders to snapshot 1`] = `
|
|||
>
|
||||
<div
|
||||
onFocus={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
style={
|
||||
Object {
|
||||
"height": "100%",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
exports[`PlaylistWindow renders to snapshot 1`] = `
|
||||
<div
|
||||
onFocus={[Function]}
|
||||
onMouseDown={[Function]}
|
||||
style={
|
||||
Object {
|
||||
"height": "100%",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue