fix: patch flakey interrupt (#446)
This commit is contained in:
@@ -130,7 +130,7 @@ export const InlineQuestionApproval = memo(
|
||||
});
|
||||
}
|
||||
// Always insert the space character
|
||||
setCustomText((prev) => prev + " ");
|
||||
setCustomText((prev) => `${prev} `);
|
||||
return;
|
||||
}
|
||||
if (key.escape) {
|
||||
|
||||
Reference in New Issue
Block a user