We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08582d9 commit f7637abCopy full SHA for f7637ab
1 file changed
Scripts/Editor/NodeEditorAction.cs
@@ -53,7 +53,7 @@ public void Controls() {
53
}
54
Repaint();
55
56
- } else if (e.button == 1) {
+ } else if (e.button == 1 || e.button == 2) {
57
panOffset += e.delta * zoom;
58
isPanning = true;
59
0 commit comments