@hexdspace/react 0.1.32 → 0.1.33
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.
- package/dist/index.js +3 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2942,7 +2942,9 @@ function DropdownMenu({
|
|
|
2942
2942
|
triggerProps.onKeyDown?.(event);
|
|
2943
2943
|
lastInputRef.current = "keyboard";
|
|
2944
2944
|
}
|
|
2945
|
-
}) :
|
|
2945
|
+
}) : React13.cloneElement(triggerElement, {
|
|
2946
|
+
ref: composedTriggerRef
|
|
2947
|
+
});
|
|
2946
2948
|
const contentPropsWithRef = contentProps;
|
|
2947
2949
|
const {
|
|
2948
2950
|
className: contentClassName,
|