Cleanup
This commit is contained in:
@@ -120,10 +120,6 @@ function tab_browser_draw(htab: ui_handle_t) {
|
||||
ui_files_file_browser(tab_browser_hpath, true, tab_browser_hsearch.text, refresh, function (file: string) {
|
||||
|
||||
let file_name: string = substring(file, string_last_index_of(file, path_sep) + 1, file.length);
|
||||
if (file_name == "..") {
|
||||
return;
|
||||
}
|
||||
|
||||
_tab_browser_draw_file = file;
|
||||
|
||||
// Context menu
|
||||
|
||||
Reference in New Issue
Block a user