inputItem starting position

This commit is contained in:
Andrew Gundersen 2021-03-05 09:44:07 -06:00
commit 83a0b77f1f
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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,