Skip to content

Commit

Permalink
Nodes should be autoungrabified rather than autolocked in view-only m…
Browse files Browse the repository at this point in the history
…ode. Otherwise, remote position updates have no visible effect in the graph.
  • Loading branch information
maxkfranz committed Nov 14, 2017
1 parent 86ce27d commit 29bb0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/components/editor/cy/doc.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ function listenToDoc({ bus, cy, document }){
}

if( !document.editable() ){
cy.autolock( true );
cy.autoungrabify( true );
}

let onTapHold = (e) => {
Expand Down

0 comments on commit 29bb0c7

Please sign in to comment.