Skip to content

Commit

Permalink
Merge pull request #17 from ladadeedee/master
Browse files Browse the repository at this point in the history
Certain classnames not reverted
  • Loading branch information
btecu authored Apr 5, 2019
2 parents dd6a265 + 8ffb3f3 commit cc1d0ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/components/x-tree-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import layout from '../templates/components/x-tree-node';
export default Component.extend({
layout,
classNameBindings: [
'model.isSelected:x-tree-highlight',
'isChosen:x-tree-chosen',
'model.isSelected:tree-highlight',
'isChosen:tree-chosen',
'model.children.length:tree-children'
],

Expand Down

0 comments on commit cc1d0ce

Please sign in to comment.