Skip to content
Snippets Groups Projects
Unverified Commit 1273bdba authored by Alexander Kiselev's avatar Alexander Kiselev Committed by GitHub
Browse files

close relative datetime options popover when clicking outside (#21859)

parent 0e33f05b
Branches
Tags
No related merge requests found
......@@ -237,6 +237,7 @@ const RelativeDatePicker: React.FC<Props> = props => {
visible={optionsVisible}
placement={"bottom-start"}
content={optionsContent}
onClose={() => setOptionsVisible(false)}
>
<MoreButton
icon="ellipsis"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment