From 5fa93de0e781e2bd549df302c5b15bdbe890c3be Mon Sep 17 00:00:00 2001 From: f-osorio Date: Tue, 17 Dec 2024 12:36:04 -0500 Subject: [PATCH] Fix error from copy/paste --- src/components/panels/edit/modals/AutoDeweyModal.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/panels/edit/modals/AutoDeweyModal.vue b/src/components/panels/edit/modals/AutoDeweyModal.vue index 11106d2c..c74ad06e 100644 --- a/src/components/panels/edit/modals/AutoDeweyModal.vue +++ b/src/components/panels/edit/modals/AutoDeweyModal.vue @@ -19,7 +19,7 @@ style="background-color: whitesmoke" > -
+
@@ -239,7 +239,7 @@ this.height = newRect.height this.top = newRect.top this.left = newRect.left - this.$refs.shelfListingContent.style.height = newRect.height + 'px' + this.$refs.autoDeweyContent.style.height = newRect.height + 'px' }, inputFocus: function(){ this.$refs.inputLookup.focus()