Skip to content

Commit 470ad40

Browse files
tmorehousepi0
authored andcommitted
Update dropdown.js
1 parent 8cbc808 commit 470ad40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mixins/dropdown.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,14 +151,14 @@ export default {
151151
hideMenu() {
152152
// TODO: move emit hide to visible watcher, to allow cancelling of hide
153153
this.$emit("hide");
154-
if (this._popper) {
154+
if (this._popper) {
155155
// Ensure popper event listeners are removed cleanly
156156
this._popper.destroy();
157157
}
158158
this._popper = null;
159159
this.setTouchStart(false);
160160
this.emitOnRoot("bv::dropdown::hidden", this);
161-
this.$emit("hidden");
161+
this.$emit("hidden");
162162
},
163163
getPopperConfig() {
164164
let placement = AttachmentMap.BOTTOM;

0 commit comments

Comments
 (0)