Skip to content

Commit

Permalink
Add clarifying comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KaspariK committed Dec 23, 2024
1 parent cf04b65 commit 6270dce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tronweb/coffee/views.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ window.isSelected = (current, value) ->

window.makeTooltips = (root) ->
root.find('.tt-enable').tooltip({
# There is some strange behaviour with the tooltip animation in Bootstrap 2
# that causes the object to get into a bad state and not appear as expected.
# Disabling animation is a workaround until we upgrade to Bootstrap 3 (or 4...or 5)
animation: false
})

Expand Down

0 comments on commit 6270dce

Please sign in to comment.