Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(CompositeBar): fix multipleTooltip sticking #100

Merged
merged 3 commits into from
Sep 8, 2023

Conversation

Lunory
Copy link
Collaborator

@Lunory Lunory commented Sep 7, 2023

No description provided.

@Lunory Lunory requested a review from DarkGenius as a code owner September 7, 2023 16:40
@gravity-ui-bot
Copy link
Contributor

Preview is ready.

@@ -61,10 +62,29 @@ const CompositeBarView: FC<CompositeBarViewProps> = ({
} = useContext(MultipleTooltipContext);
const {compact} = useAsideHeaderContext();

React.useEffect(() => {
function handleBlurWindow() {
if (multipleTooltip) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge the conditions into one.

@Lunory Lunory force-pushed the lunory/fix-blur-multiple-tlp branch from 10a85c7 to 4f7e013 Compare September 8, 2023 13:52
@Lunory Lunory merged commit 420bd6e into main Sep 8, 2023
3 checks passed
@Lunory Lunory deleted the lunory/fix-blur-multiple-tlp branch September 8, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants