Show grid setting

This commit is contained in:
1ilit
2023-09-19 15:49:37 +03:00
parent 94df100726
commit df6b352824
3 changed files with 38 additions and 27 deletions

View File

@@ -40,6 +40,7 @@ export default function Editor(props) {
strictMode: false,
showFieldSummary: true,
zoom: 1,
showGrid: true,
});
const dragHandler = (e) => {