Skip to content

Commit

Permalink
delete print
Browse files Browse the repository at this point in the history
  • Loading branch information
yanjun.zsj committed Jul 30, 2019
1 parent f1f6f91 commit 3bad2ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sourceData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class SourceData extends Component {
const ele = this.boxEle.querySelector('.column-content');
let order = [];
if(isSort) {
console.log(211111, ele);
const sortable = new Sortable(ele, {
onStart: () => {
this.setState({
Expand Down

0 comments on commit 3bad2ec

Please sign in to comment.