fixes in scroll of searchbox

This commit is contained in:
tamat
2019-11-13 16:00:06 +01:00
parent eb327547cc
commit 514000aa81
3 changed files with 14 additions and 10 deletions

View File

@@ -9166,6 +9166,8 @@ LGraphNode.prototype.executeAction = function(action)
}
e.preventDefault();
e.stopPropagation();
e.stopImmediatePropagation();
return true;
});
}