Several map editor improvements
This commit is contained in:
@ -223,7 +223,7 @@ function selectTile(tile: string) {
|
||||
}
|
||||
|
||||
function isActiveTile(tile: Tile): boolean {
|
||||
return zoneEditorStore.selectedTile?.id === tile.id
|
||||
return zoneEditorStore.selectedTile === tile.id
|
||||
}
|
||||
|
||||
onMounted(async () => {
|
||||
|
Reference in New Issue
Block a user