adjust field drag

This commit is contained in:
Pete Matsyburka
2025-02-07 14:39:23 +02:00
parent 439df4879c
commit f93ac68e9c
@@ -1401,7 +1401,6 @@ export default {
const lastArea = field.areas[field.areas.length - 1]
if (lastArea) {
fieldArea.x -= lastArea.w / 2
fieldArea.w = lastArea.w
fieldArea.h = lastArea.h
}