inputItem bug fixes

This commit is contained in:
Andrew Gundersen 2021-03-05 09:40:36 -06:00
commit b5c285aeb4

View file

@ -16,8 +16,8 @@ export default defineComponent({
setup() {
// Cords of inputItem.
let inputItemX = ref(0)
let inputItemY = ref(0)
const inputItemX = ref(0)
const inputItemY = ref(0)
// Position of inputItem on terms of percentage of window.
let percentX: number