Skip to content

Commit c07a2e6

Browse files
committed
Delete duplication of nextTick
1 parent f191647 commit c07a2e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/AdjustableSidebarWidth.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ export default {
217217
if (this.focusTrapInstance) this.focusTrapInstance.destroy();
218218
});
219219

220-
await this.$nextTick();
221220
this.focusTrapInstance = new FocusTrap(this.$refs.aside);
222221
},
223222
watch: {

0 commit comments

Comments
 (0)