mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-08 07:39:15 +01:00
Export diffdropdown
Pushed-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com> Co-authored-by: Tarik Gürsoy<tarik.guersoy@cloudogu.com>
This commit is contained in:
@@ -91,6 +91,7 @@ export { default as copyToClipboard } from "./CopyToClipboard";
|
||||
export { createA11yId } from "./createA11yId";
|
||||
export { useSecondaryNavigation } from "./useSecondaryNavigation";
|
||||
export { default as useScrollToElement } from "./useScrollToElement";
|
||||
export { default as DiffDropDown } from "./repos/DiffDropDown";
|
||||
|
||||
export { default as comparators } from "./comparators";
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ const DiffDropDown: FC<DiffDropDownProps> = ({ collapseDiffs, ignoreWhitespaces,
|
||||
ignoreWhitespaces();
|
||||
ignoreWhitespaces();
|
||||
}
|
||||
}, [ignoreWhitespaces, renderOnMount]);
|
||||
}, []);
|
||||
|
||||
const handleOpen = () => {
|
||||
setOpen(!isOpen);
|
||||
|
||||
Reference in New Issue
Block a user