Skip to content

Commit

Permalink
update jquery, does not solve issue #1100
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Oct 6, 2024
1 parent 56ca322 commit 9a99c83
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion td.vue/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion td.vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"electron-log": "^4.4.8",
"electron-updater": "^6.3.0",
"is-electron": "^2.2.1",
"jquery": "^3.6.3",
"jquery": "^3.7.1",
"uuid": "^8.3.2",
"vue": "^2.7.3",
"vue-i18n": "^8.27.2",
Expand Down
6 changes: 3 additions & 3 deletions td.vue/src/service/x6/graph/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const getEditGraph = (container, ctor = Graph) => {
allowBlank: true
},
grid: {
size: 10, // default value
size: 10, // default value
visible: true
},
mousewheel: {
Expand All @@ -31,8 +31,8 @@ const getEditGraph = (container, ctor = Graph) => {
modifiers: ['shift']
},
scaling: {
min : 0.1 , // default value is 0.01
max : 3.2 , // default value is 16
min : 0.1, // default value is 0.01
max : 3.2, // default value is 16
},
preventDefaultContextMenu: false
});
Expand Down

0 comments on commit 9a99c83

Please sign in to comment.