Update SpeedDial.vue

pull/1544/head
thomaswan 2021-09-15 19:42:47 +08:00 committed by GitHub
parent 887b635a92
commit 8e0e80d04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ export default {
this.list.style.setProperty('--item-diff-y', `${hDiff / 2}px`);
}
}
if (this.hideOnClickOutside) {
this.bindDocumentClickListener();
}