Skip to content

Commit

Permalink
修复拖拽排序的问题。
Browse files Browse the repository at this point in the history
  • Loading branch information
oldj committed Sep 8, 2017
1 parent e0390db commit 98a2306
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app-ui/panel/ListItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class ListItem extends React.Component {

return (
<div className={classnames({
'list-item': 1, // 用于排序选择
[styles['list-item']]: 1,
//, 'hidden': !this.isMatched()
[styles['sys-hosts']]: sys,
Expand Down
4 changes: 2 additions & 2 deletions app/ui/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports.version = [3,3,7,5322];
exports.version = [3,3,7,5324];

0 comments on commit 98a2306

Please sign in to comment.