add comment about proposed api flag

This commit is contained in:
Evan Simkowitz 2024-12-29 16:23:27 -05:00
parent a6f8cd43df
commit 31562d7b0a
No known key found for this signature in database

View File

@ -848,7 +848,7 @@ const TerminalView = ({ blockId, model }: TerminalViewProps) => {
fontWeightBold: "bold",
allowTransparency: true,
scrollback: termScrollback,
allowProposedApi: true,
allowProposedApi: true, // needed for search
},
{
keydownHandler: model.handleTerminalKeydown.bind(model),