Skip to content

Commit fd40f02

Browse files
committed
fixed issue with x and y coordinates
1 parent b45657a commit fd40f02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/JSONEntrySidebarContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ const nodeSchema = {
2727
}
2828
}},
2929
"resourceRules": {"type": "array"},
30-
"x": { "type": "integer"},
31-
"y":{ "type": "integer"}
30+
"x": { "type": "float"},
31+
"y":{ "type": "float"}
3232
}
3333
};
3434

0 commit comments

Comments
 (0)