diff --git a/core/src/com/unciv/ui/screens/mapeditorscreen/EditorMapHolder.kt b/core/src/com/unciv/ui/screens/mapeditorscreen/EditorMapHolder.kt index 7736691c48..7dc9f5fc17 100644 --- a/core/src/com/unciv/ui/screens/mapeditorscreen/EditorMapHolder.kt +++ b/core/src/com/unciv/ui/screens/mapeditorscreen/EditorMapHolder.kt @@ -169,7 +169,7 @@ class EditorMapHolder( } override fun touchDragged(event: InputEvent?, x: Float, y: Float, pointer: Int) { - if (!isDragging) { + if (!isDragging && !isPanning) { isDragging = true val deltaTime = System.currentTimeMillis() - touchDownTime if (deltaTime > 400) {