waveterm/frontend/layout
Evan Simkowitz 2157df85de
Disable block pointer events during layout drag (#183)
This will ensure that the webview cannot capture the pointer events and
disrupt the drag functionality.

This also fixes an issue where greedy and imprecise bounds calculations
could result in thrashing of the layoutState.pendingAction field, which
could cause the placeholder to flicker.

This also fixes issues where some React Effects that were supposed to be
debounced or throttled were being invoked too much. This is because
useEffect regenerates the callback when it is run, resulting in the
debounce or throttle never taking effect. Moving the throttled or
debounced logic to a separate callback solves this.
2024-07-31 12:49:38 -07:00
..
lib Disable block pointer events during layout drag (#183) 2024-07-31 12:49:38 -07:00
tests rename faraday to layout (#147) 2024-07-23 13:50:23 -07:00
index.ts rename faraday to layout (#147) 2024-07-23 13:50:23 -07:00