We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd6a265 + 8ffb3f3 commit cc1d0ceCopy full SHA for cc1d0ce
addon/components/x-tree-node.js
@@ -5,8 +5,8 @@ import layout from '../templates/components/x-tree-node';
5
export default Component.extend({
6
layout,
7
classNameBindings: [
8
- 'model.isSelected:x-tree-highlight',
9
- 'isChosen:x-tree-chosen',
+ 'model.isSelected:tree-highlight',
+ 'isChosen:tree-chosen',
10
'model.children.length:tree-children'
11
],
12
0 commit comments