Commit f0b3f922 authored by zhankang's avatar zhankang Committed by GitHub

Tooltip: fix getFirstElement (#21886)

parent a2b73046
......@@ -218,6 +218,7 @@ export default {
for (let index = 0; index < slots.length; index++) {
if (slots[index] && slots[index].tag) {
element = slots[index];
break;
};
}
return element;
......
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