feat: close #2752 auto re-fill unfinished input

This commit is contained in:
Yidadaa
2023-09-05 01:54:28 +08:00
parent 1f94ae7888
commit 885f2a3226
2 changed files with 21 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ export const NARROW_SIDEBAR_WIDTH = 100;
export const ACCESS_CODE_PREFIX = "nk-";
export const LAST_INPUT_KEY = "last-input";
export const UNFINISHED_INPUT = (id: string) => "unfinished-input-" + id;
export const REQUEST_TIMEOUT_MS = 60000;