From b783d7ef8245a6e57b417ea4534664c55fe6f1a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C5=82osowski?= Date: Mon, 18 Sep 2017 12:39:11 +0200 Subject: [PATCH] Connection selection fix #288 --- luna-studio/node-editor/styles/_connections.less | 3 +++ 1 file changed, 3 insertions(+) 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; +}