From: Andrew Gundersen Date: Fri, 5 Mar 2021 15:44:07 +0000 (-0600) Subject: inputItem starting position X-Git-Tag: v0.9~56^2 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=83a0b77f1f439884747e2e108dd66858d3e04259;p=mime-chat inputItem starting position --- diff --git a/crash.log b/crash.log index 787cc3a..3d7e5c0 100644 --- a/crash.log +++ b/crash.log @@ -41,3 +41,5 @@ PID 60328 received SIGSEGV for address: 0x7f900fab4000 10 CoreAudio 0x00007fff22129f2a _ZN13HALB_IOThread5EntryEPv + 72 11 libsystem_pthread.dylib 0x00007fff205fb950 _pthread_start + 224 12 libsystem_pthread.dylib 0x00007fff205f747b thread_start + 15 +PID 65740 received SIGSEGV for address: 0x7fbddef00000 +0 segfault-handler.node 0x0000000116e6ae60 _ZL16segfault_handleriP9__siginfoPv + 304 diff --git a/src/components/inputItem.vue b/src/components/inputItem.vue index 9181989..4ea943f 100644 --- a/src/components/inputItem.vue +++ b/src/components/inputItem.vue @@ -100,8 +100,8 @@ export default defineComponent({ }); // Initialize the coordinants. - inputItemX.value = 200 - inputItemY.value = 200 + inputItemX.value = 600 - 38 - 20 + inputItemY.value = 500 - 38 - 20 return { inputItemX,