@electerm/electerm-react 3.11.11 → 3.11.12

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.
@@ -271,7 +271,7 @@ export default class FileSection extends React.Component {
271
271
  if (!toFile.id || !toFile.isDirectory) {
272
272
  toFile = {
273
273
  type,
274
- ...getFolderFromFilePath(this.props[type + 'Path']),
274
+ ...getFolderFromFilePath(this.props[type + 'Path'], type === typeMap.remote),
275
275
  isDirectory: false
276
276
  }
277
277
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electerm/electerm-react",
3
- "version": "3.11.11",
3
+ "version": "3.11.12",
4
4
  "description": "react components src for electerm",
5
5
  "main": "./client/components/main/main.jsx",
6
6
  "license": "MIT",