From 7df12e329b7120466013386ac8dbf10d5cbb69db Mon Sep 17 00:00:00 2001 From: Thomas Skerbis Date: Sun, 24 Mar 2024 00:21:31 +0100 Subject: [PATCH] Update index.php --- pages/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/index.php b/pages/index.php index ade01fb..f1da135 100644 --- a/pages/index.php +++ b/pages/index.php @@ -277,8 +277,7 @@ function type(t) { autocomplete_position = 0; command = autocomplete_current_result; } - if (command[command.length-1] === '/' && t === '/') - return; + let part1 = command.substr(0, command.length + blink_position); let part2 = command.substr(command.length + blink_position);