aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--frontend/js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/js/app.js b/frontend/js/app.js
index 05cbe9c..d99a91e 100644
--- a/frontend/js/app.js
+++ b/frontend/js/app.js
@@ -135,7 +135,7 @@ function loadDirectory(filePath) {
135 }); 135 });
136} 136}
137 137
138function open(row, event, column) { 138function open(row, column, event) {
139 // ignore item open on row clicks if we are renaming this entry 139 // ignore item open on row clicks if we are renaming this entry
140 if (row.rename) return; 140 if (row.rename) return;
141 141