Skip to content

Commit

Permalink
(LOG-62183) - Melhoria de apresentação da seta da direita
Browse files Browse the repository at this point in the history
  • Loading branch information
moniquedomingues committed Jul 28, 2022
1 parent e81dcf1 commit cd558a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/timeline/LTimeline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ export default {
const timeLine = this.$refs.LTimeline__cardContent
timeLine.scrollLeft = this.getTimeLineContentSize()
if (timeLine.scrollWidth > timeLine.clientWidth) {
this.timeLineScroll.final = true
if (timeLine.scrollWidth <= timeLine.clientWidth) {
this.timeLineScroll.final = false
}
timeLine.addEventListener('scroll', () => {
Expand Down

0 comments on commit cd558a8

Please sign in to comment.