Skip to content

Commit

Permalink
fix(ui): passing valid attributes to method which handles edit event …
Browse files Browse the repository at this point in the history
…in low code editor (#4409)
  • Loading branch information
MilosPaunovic authored Jul 23, 2024
1 parent c6c2b63 commit 1f13c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/inputs/EditorView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@
v-if="flowGraph"
ref="lowCodeEditorRef"
@follow="forwardEvent('follow', $event)"
@on-edit="onEdit"
@on-edit="(e) => onEdit(e, true)"
@loading="loadingState"
@expand-subflow="onExpandSubflow"
@swapped-task="onSwappedTask"
Expand Down

0 comments on commit 1f13c36

Please sign in to comment.