inputItem bug fixes
This commit is contained in:
parent
654bf45612
commit
b5c285aeb4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue