erd-editor icon indicating copy to clipboard operation
erd-editor copied to clipboard

Git status change issue when scrolling on the screen

Open blaxk opened this issue 1 year ago • 1 comments

In the *.vuerd.json file, there are scrollTop: 1, scrollLeft: 1, zoomLevel: 1 item. These values change when scrolling or zooming on the screen, so it's a good idea to separate them with a separate file.

ERD is managed by Git to share with co -developers. Because of the scroll+zoom value of the *.vuerd.json file, the value changes just by scrolling the screen, and the git is recognized as a change state.

If you separate other values other than ERD settings into separate files, you can do .gitignore processing, so it is possible to manage the git change more effectively.

blaxk avatar Mar 09 '23 12:03 blaxk

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] avatar Dec 24 '23 01:12 github-actions[bot]

I'm with the same issue, it is hard to collaborate when the file keeps changing every time. I mean, instead of separate files it could be an option to deactivate this behavior.

theRightHooprod avatar Apr 12 '24 14:04 theRightHooprod

I added options to vscode extension v1.0.20. @theRightHooprod @blaxk

스크린샷 2024-04-13 오후 4 08 36

dineug avatar Apr 13 '24 07:04 dineug