Skip to content

Commit

Permalink
fix trigger when change websocket port
Browse files Browse the repository at this point in the history
  • Loading branch information
LesageYann committed May 31, 2022
1 parent 94ead1b commit 22b7642
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Extension { #name : #TLExternalTriggerInteraction }

{ #category : #'*Telescope-Cytoscape' }
TLExternalTriggerInteraction >> externalTriggerForVisuId: visuId [
^'telescope.useExternalTrigger({"type":"externalTrigger"}, "',visuId,'","',self triggerId,'");'
^'telescope.useExternalTrigger({"type":"externalTrigger"}, "',visuId,'","',self triggerId,'",',TLCytoscapeWebSocketDelegate clientPort asString,');'
]

{ #category : #'*Telescope-Cytoscape' }
Expand Down

0 comments on commit 22b7642

Please sign in to comment.