mirror of
https://github.com/wavetermdev/backup.git
synced 2026-08-05 13:57:07 -07:00
added codeedit keybinding fix (#554)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user