Switched list modals to right side of screen
This commit is contained in:
parent
2a6321b06b
commit
144a513cb6
@ -114,9 +114,9 @@ function save() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function closeLists() {
|
function closeLists() {
|
||||||
tileModal.value?.getModal()?.setPosition(4,6)
|
tileModal.value?.getModal()?.setPosition(window.innerWidth-650,6)
|
||||||
tileModal.value?.close()
|
tileModal.value?.close()
|
||||||
objectModal.value?.getModal()?.setPosition(4,6)
|
objectModal.value?.getModal()?.setPosition(window.innerWidth-650,6)
|
||||||
objectModal.value?.close()
|
objectModal.value?.close()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user