Skip to content
Snippets Groups Projects

Componentes rafael

Merged Rafael S Castilho requested to merge componentes_rafael into development
Files
2
@@ -3,9 +3,6 @@ import React, { useEffect } from 'react';
function Tooltip(props){
//TO-DO : ver porque posição do tooltip não funciona
// ver por que botão de fechar não funciona
useEffect(()=>{
const tooltipList = []
for (const brTooltip of window.document.querySelectorAll('.br-tooltip')) {
Loading