adjust field drag
This commit is contained in:
@@ -1401,7 +1401,6 @@ export default {
|
|||||||
const lastArea = field.areas[field.areas.length - 1]
|
const lastArea = field.areas[field.areas.length - 1]
|
||||||
|
|
||||||
if (lastArea) {
|
if (lastArea) {
|
||||||
fieldArea.x -= lastArea.w / 2
|
|
||||||
fieldArea.w = lastArea.w
|
fieldArea.w = lastArea.w
|
||||||
fieldArea.h = lastArea.h
|
fieldArea.h = lastArea.h
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user