lbry-desktop/ui/component/fileRenderFloating
infinite-persistence c6322ddb24 Floating player position-listener fixes (#289)
- 251 Dragging the floating player is super laggy

Recent changes and/or refactoring combined the effects or added dependancies into the effects, causing them to re-run excessively.

- Restored effects to their original behavior.
- Don't perform the position check when dragging -- only do it when released.
- Do proper debouncing for the 'resize' listener -- the previous method was incorrect as a new function is created on each render.
2021-11-28 12:12:12 -05:00
..
index.js integrate all the things 2021-10-15 23:49:41 -04:00
view.jsx Floating player position-listener fixes (#289) 2021-11-28 12:12:12 -05:00