mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fix linting
This commit is contained in:
parent
aa74d8160a
commit
83b30f1c18
@ -1210,10 +1210,9 @@ RED.view = (function() {
|
|||||||
}
|
}
|
||||||
if (d3.event.touches || d3.event.button === 0) {
|
if (d3.event.touches || d3.event.button === 0) {
|
||||||
if (
|
if (
|
||||||
(mouse_mode === 0 && isControlPressed(d3.event) && !(d3.event.altKey || d3.event.shiftKey))
|
(mouse_mode === 0 && isControlPressed(d3.event) && !(d3.event.altKey || d3.event.shiftKey)) ||
|
||||||
||
|
mouse_mode === RED.state.QUICK_JOINING
|
||||||
mouse_mode === RED.state.QUICK_JOINING
|
) {
|
||||||
) {
|
|
||||||
// Trigger quick add dialog
|
// Trigger quick add dialog
|
||||||
d3.event.stopPropagation();
|
d3.event.stopPropagation();
|
||||||
clearSelection();
|
clearSelection();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user