Commit 809fcf5d by Johannes Zellner

Fix argument order

1 parent 3b443534
Showing with 1 additions and 1 deletions
...@@ -135,7 +135,7 @@ function loadDirectory(filePath) { ...@@ -135,7 +135,7 @@ function loadDirectory(filePath) {
}); });
} }
function open(row, event, column) { function open(row, column, event) {
// ignore item open on row clicks if we are renaming this entry // ignore item open on row clicks if we are renaming this entry
if (row.rename) return; if (row.rename) return;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!