mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-03-11 13:23:06 +01:00
added codeedit keybinding fix (#554)
This commit is contained in:
parent
5a6575a393
commit
eed234a131
@ -652,7 +652,7 @@ class TextAreaInput extends React.Component<{ screen: Screen; onHeightChange: ()
|
||||
}
|
||||
}
|
||||
}
|
||||
const isMainInputFocused = this.mainInputFocused.get();
|
||||
const isMainInputFocused = inputModel.hasFocus() && this.mainInputFocused.get();
|
||||
const isHistoryFocused = this.historyFocused.get();
|
||||
return (
|
||||
<div
|
||||
|
Loading…
Reference in New Issue
Block a user