@electerm/electerm-react 3.15.45 → 3.15.46
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.
|
@@ -1268,7 +1268,6 @@ export default class FileSection extends React.Component {
|
|
|
1268
1268
|
const props = {
|
|
1269
1269
|
className,
|
|
1270
1270
|
draggable: draggable && !isParent,
|
|
1271
|
-
onDrop: this.onDrop,
|
|
1272
1271
|
onDragStart: onDragStart || this.onDragStart,
|
|
1273
1272
|
'data-id': id,
|
|
1274
1273
|
id: this.id,
|