We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb924a7 commit d3a25caCopy full SHA for d3a25ca
js/com/component/FileNavigation.js
@@ -402,9 +402,7 @@ define([
402
$(this.wrapSelector('#vp_fileNavigationInput')).on('change', function() {
403
let fileName = $(this).val();
404
let filePath = that.getRelativePath(that.pathState.baseDir, that.pathState.currentPath);
405
- if (filePath == '') {
406
- filePath = './' + fileName;
407
- }
+
408
that.handleSelectFile(filePath, fileName);
409
});
410
// bind save cancel event
0 commit comments