mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-10 13:09:14 +01:00
add comment about proposed api flag
This commit is contained in:
parent
a6f8cd43df
commit
31562d7b0a
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user