billpull / knockout-bootstrap

A plugin that adds custom bindings for twitter bootstrap objects such as tooltips and popovers.
233 stars 69 forks source link

popover on 2nd click #83

Open DiponRoy opened 6 years ago

DiponRoy commented 6 years ago

1.clicked 1st time on a button to show popover, the popover is visible

  1. clicked the dismiss button(inside popover), the popover not visible anymore
  2. clicked 2nd time on the same button to show popover, nothing happened.
  3. clicked 3rd time on the same button to show popover, the popover is visible again

after this commit, the popover will also be visible at 2nd click