Atelaes / Mynda

An electron based media library
0 stars 0 forks source link

Finish making scroll button in Details pane visible only if video row is out of view #29

Open JohnMTorgerson opened 4 years ago

JohnMTorgerson commented 4 years ago

Started on this with isRowVisible() function in the main Mynda component; will require a listener to detect scroll events in the Library pane and send it to MynDetails via props; that has not been written yet, but MynDetails is already set up to listen for it.