Revert "fix: attach inline prompt to cell.inputArea (under the editor), not cell.node"

This reverts commit 8ed55c43c7.
This commit is contained in:
tao.chen
2026-07-23 17:56:09 +08:00
parent 8ed55c43c7
commit 02cedac138
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ export class OpenCodeCellActions extends Widget {
this._hidePrompt();
}
});
Widget.attach(prompt, this._cell.inputArea?.node ?? this._cell.node);
Widget.attach(prompt, this._cell.node);
this._prompt = prompt;
}