faulknercs / Knockstrap

Knockout bindings to twitter bootstrap 3
faulknercs.github.io/Knockstrap/
MIT License
142 stars 37 forks source link

popover opening by itself when binding is updated #61

Closed miellaby closed 3 years ago

miellaby commented 7 years ago

this line of code (~850) looks wrong to me

if(popoverData.options.content) {
                $element.popover('show');
faulknercs commented 3 years ago

Thanks for the report! Fixed.