Fix tooltip props in clipboard_button
The tooltip placement and container props were not applying properly. The issue was that we define the v-gl-tooltip directive twice and the second one overwrites the first one. This change combines the 2 so all props are passed properly.
Showing
Please register or sign in to comment