Commit c5249709 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch...

Merge branch '268144-mr-widget-copy-branch-name-button-tooltip-occasionally-shows-undefined' into 'master'

Resolve "MR widget "copy branch name" button tooltip occasionally shows `undefined`"

See merge request gitlab-org/gitlab!45482
parents a935fcdd fd78a1d5
......@@ -10,7 +10,7 @@ function showTooltip(target, title) {
setTimeout(() => {
target.setAttribute('title', originalTitle);
fixTitle(target);
}, 300);
}, 100);
};
target.setAttribute('title', title);
......
---
title: Fix undefined tooltip text flashing on clipboard icon
merge_request: 45482
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment