Skip to content

Commit

Permalink
reverted a fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoankit committed Dec 2, 2023
1 parent bbeae1a commit 4cd0519
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ internal class CoachMarkScopeImpl(

private var _visibleTooltips = listOf<TooltipConfig>()
set(value) {
field = emptyList()
_visibleTooltipIndex = 0
updateVisibleItem(value, _visibleTooltipIndex)
field = value
Expand Down

0 comments on commit 4cd0519

Please sign in to comment.