Skip to content

Commit

Permalink
Merge pull request #10 from kjvbrt/scroll
Browse files Browse the repository at this point in the history
Moving window to the root of the tree
  • Loading branch information
kjvbrt authored Apr 9, 2024
2 parents 64dc27d + def753a commit cfcf788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dmX
Data Model eXplorer
*data model eXplorer*

Warning: **Experimental**

Expand Down
1 change: 1 addition & 0 deletions js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -319,4 +319,5 @@ document.getElementById("visualize-button")
setTimeout(function() {
drawAll();
}, 500);
window.scroll((canvas.width - window.innerWidth) / 2, 0);
});

0 comments on commit cfcf788

Please sign in to comment.