lbry-desktop/ui/component/comment
infinite-persistence a9672a4b5c
Fix extra renders when hovering over comments
Remove defunct "show comment menu on hover" implementation.

It was re-rendering on every mouse movement, plus the css classname no longer exists, and also it wasn't working right in the first place (reverted few Desktop revision back, and all it did was highlighting the menu rather than controlling the visibility).

If we want the "show comment menu on hover" behavior again in the future, the CPU usage problem can probably be addressed by debouncing/throttling state-change.
2021-09-01 14:41:42 +08:00
..
index.js Comments: simplify blocked replies display 2021-08-24 16:55:36 +08:00
view.jsx Fix extra renders when hovering over comments 2021-09-01 14:41:42 +08:00