@electerm/electerm-react 1.72.36 → 1.72.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,7 +108,7 @@ export default function AIChat (props) {
108
108
  setPrompt,
109
109
  handleSubmit
110
110
  })
111
- if (window.store.aiConfigMissing()) {
111
+ if (props.rightPanelTab === 'ai' && window.store.aiConfigMissing()) {
112
112
  window.store.toggleAIConfig()
113
113
  }
114
114
  return () => {
@@ -70,7 +70,7 @@
70
70
  display block !important
71
71
  width auto !important
72
72
  height auto !important
73
- .not-split-view .ant-splitter-bar-dragger
73
+ .not-split-view > .ant-splitter-bar .ant-splitter-bar-dragger
74
74
  display none
75
75
 
76
76
  .sess-icon
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electerm/electerm-react",
3
- "version": "1.72.36",
3
+ "version": "1.72.48",
4
4
  "description": "react components src for electerm",
5
5
  "main": "./client/components/main/main.jsx",
6
6
  "license": "MIT",