Skip to content

Commit 6c5d692

Browse files
committed
updated the settings
1 parent 4ae8644 commit 6c5d692

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/setting-up.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,9 @@ export function configureApp() {
180180
*/
181181
registerNodeDisposalCallback((node) => {
182182
// Example: Dispose Bootstrap tooltips/popovers
183-
// if (node._bootstrap_tooltip) node._bootstrap_tooltip.dispose();
183+
// if bootstrap.Tooltip.getInstance(node) {
184+
// bootstrap.Tooltip.getInstance(node).dispose();
185+
// }
184186
});
185187
}
186188

0 commit comments

Comments
 (0)