Skip to content

Commit f9b4a0e

Browse files
author
Pooya Parsa
committed
[tabs] don't observe subtree DOM updates (bootstrap-vue#220)
1 parent 93f851c commit f9b4a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/components/tabs.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
this.updateTabs();
185185
186186
// Observe Child changes so we can notify tabs change
187-
observeDom(this.$el, this.updateTabs.bind(this), {subtree: true});
187+
observeDom(this.$el, this.updateTabs.bind(this), {subtree: false});
188188
}
189189
};
190190

0 commit comments

Comments
 (0)