Skip to content

Commit

Permalink
[#56530] frontend: src: custom: Editor.vue: Change cursor when draggi…
Browse files Browse the repository at this point in the history
…ng editor

Signed-off-by: Illia Vysochyn <[email protected]>
  • Loading branch information
ivysochyn committed Mar 14, 2024
1 parent c2aac85 commit 3994c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline_manager/frontend/src/custom/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Hovered connections are calculated and rendered with an appropriate `isHighlight
'baklava-ignore-mouse': !!temporaryConnection || dragging,
'--temporary-connection': !!temporaryConnection,
}"
:style="`--scale: ${this.scale}`"
:style="`--scale: ${this.scale}; cursor: ${dragging ? 'move' : 'default'}`"
@wheel.self="mouseWheel"
@keydown="keyDown"
@keyup="keyUp"
Expand Down

0 comments on commit 3994c9a

Please sign in to comment.