Skip to content
Snippets Groups Projects
Commit 3f7dd474 authored by Natalia Tepluhina's avatar Natalia Tepluhina
Browse files

Moved ref placement to span

parent 9cc487cf
No related branches found
No related tags found
1 merge request!96160Fixed the console error on dragging board card
......@@ -90,9 +90,8 @@ export default {
</script>
<template>
<span>
<span ref="userAvatar">
<gl-avatar
ref="userAvatar"
:class="{
lazy: lazy,
[cssClasses]: true,
......@@ -108,7 +107,7 @@ export default {
tooltipText ||
$slots.default /* eslint-disable-line @gitlab/vue-prefer-dollar-scopedslots */
"
:target="() => $refs.userAvatar.$el"
:target="() => $refs.userAvatar"
:placement="tooltipPlacement"
boundary="window"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment