Skip to content

Commit

Permalink
remove unuse code
Browse files Browse the repository at this point in the history
  • Loading branch information
fidelthomet committed Oct 8, 2024
1 parent e7f0b84 commit 5a4d73d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/TheGraph.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,13 +134,8 @@ onMounted(() => {
// .scaleExtent([0.1, 2])
.scaleExtent([0.1, 1])
.on('zoom', (e) => {
// e.preventDefault()
layoutStore.transform = e.transform
})
// .on('touchstart', (e) => {
// e.stopPropagation()
// e.preventDefault()
// })
.filter((e) => {
if (editStore.mode === 'display-frame') return
Expand Down

0 comments on commit 5a4d73d

Please sign in to comment.