Revert "fix: attach inline prompt to cell.inputArea (under the editor), not cell.node"
This reverts commit 8ed55c43c7.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user