Skip to content

Commit

Permalink
Fix o.A.confirmOpenAll is not a function #329
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Nov 12, 2024
1 parent be63d8f commit 1e74c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ class Utils extends VueUtils {
}
}

confirmOpenAll(files) {
static confirmOpenAll(files) {
return confirm(`You are about to open ${files.length} individual files / tabs, which could slow down the web browser. Are you sure you want to open all of them?`);
}

Expand Down

0 comments on commit 1e74c74

Please sign in to comment.