Revert "feat: AI entry button at the cell's bottom-right + clear input after success"

This reverts commit fd30e53e25.
This commit is contained in:
tao.chen
2026-07-23 19:34:38 +08:00
parent fd30e53e25
commit c0bcbda77f
4 changed files with 40 additions and 110 deletions
-8
View File
@@ -367,12 +367,4 @@ export class OpenCodeInlinePrompt extends Widget {
cell.model.sharedModel.setSource(text);
Notification.info('已替换单元格内容');
}
/**
* Clear the user input textarea (called by the cell action after a
* successful response, so the user can type a follow-up message).
*/
clearInput(): void {
this._textarea.value = '';
}
}