Implemented tap vs hold drawing setting
This commit is contained in:
@ -12,8 +12,7 @@
|
||||
@open-maps="mapModal?.open"
|
||||
@open-settings="mapSettingsModal?.open"
|
||||
@close-editor="mapEditor.toggleActive"
|
||||
@close-lists="tileModal?.close"
|
||||
@closeLists="objectModal?.close"
|
||||
@close-lists="closeLists"
|
||||
@open-tile-list="tileModal?.open"
|
||||
@open-map-object-list="objectModal?.open"
|
||||
/>
|
||||
@ -114,6 +113,11 @@ function save() {
|
||||
})
|
||||
}
|
||||
|
||||
function closeLists() {
|
||||
tileModal.value?.close()
|
||||
objectModal.value?.close()
|
||||
}
|
||||
|
||||
function clear() {
|
||||
if (!mapEditor.currentMap.value) return
|
||||
|
||||
|
Reference in New Issue
Block a user