Update SpeedDial.vue
parent
887b635a92
commit
8e0e80d04e
|
@ -103,6 +103,7 @@ export default {
|
||||||
this.list.style.setProperty('--item-diff-y', `${hDiff / 2}px`);
|
this.list.style.setProperty('--item-diff-y', `${hDiff / 2}px`);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.hideOnClickOutside) {
|
if (this.hideOnClickOutside) {
|
||||||
this.bindDocumentClickListener();
|
this.bindDocumentClickListener();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue