Skip to content

Commit c26d5ba

Browse files
committed
fix(Data source): table relationship canvas optimization
1 parent 57ee918 commit c26d5ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/views/ds/TableRelationship.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,11 @@ const initGraph = () => {
155155
mousewheel: {
156156
enabled: true,
157157
modifiers: ['ctrl', 'meta'],
158+
factor: 1.05,
158159
},
159160
container: document.getElementById('container')!,
160161
autoResize: true,
162+
panning: true,
161163
connecting: {
162164
allowBlank: false,
163165
router: {

0 commit comments

Comments
 (0)