Skip to content

Commit

Permalink
RUC-UP removendo timeout desnecessário
Browse files Browse the repository at this point in the history
  • Loading branch information
reginaldo.marinho committed May 24, 2024
1 parent 41bbcca commit d2d7f62
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/elements/loader/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,9 @@ export let loaderManagment = (() => {
disable: function (){

let loader = document.querySelector('.js-r-loader') as HTMLDivElement

setTimeout(() => {
loaderBkp.appendChild(loader)
boxShow?.classList.remove('r-box-show-center')
},1000)
loaderBkp.appendChild(loader)
boxShow?.classList.remove('r-box-show-center')

}
}
})()

0 comments on commit d2d7f62

Please sign in to comment.