gazebo icon indicating copy to clipboard operation
gazebo copied to clipboard

chore: Tidy up virtual renderers

Open nicholas-codecov opened this issue 4 months ago • 7 comments

Description

This PR tidy's up the virtual renderers by extracting some of their more specific logic out into their own hooks so that they can be shared between the two components rather than having it be duplicated.

Notable Changes

  • Create useDisablePointerEvents, useLeftScrollSync, useSyncScrollMargin, and useSyncWrapperWidth hooks
  • Update virtual renderers to use the new hooks

nicholas-codecov avatar Oct 04 '24 17:10 nicholas-codecov