diff --git a/luna-studio/node-editor/styles/_connections.less b/luna-studio/node-editor/styles/_connections.less index 4681879a9617..7592de87d746 100644 --- a/luna-studio/node-editor/styles/_connections.less +++ b/luna-studio/node-editor/styles/_connections.less @@ -38,3 +38,6 @@ stroke-linecap: butt; } } +.luna-connection__select { + pointer-events: all; +}