react-resizable-panels 4.7.3 → 4.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1231,6 +1231,11 @@ function $e(e) {
1231
1231
  });
1232
1232
  return;
1233
1233
  }
1234
+ for (const o of t.hitRegions)
1235
+ if (o.separator) {
1236
+ const { element: i } = o.separator;
1237
+ i.hasPointerCapture?.(e.pointerId) || i.setPointerCapture?.(e.pointerId);
1238
+ }
1234
1239
  st({
1235
1240
  document: e.currentTarget,
1236
1241
  event: e,