File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,3 @@ export const ADD_PROP = 'ADD_PROP';
26
26
export const DELETE_ALL_DATA = 'DELETE_ALL_DATA' ;
27
27
export const CHANGE_IMAGE_PATH = 'CHANGE_IMAGE_PATH' ;
28
28
export const UPDATE_HTML_ATTR = 'UPDATE_HTML_ATTR' ;
29
- export const GENERATE_COMPONENT_TREE = 'GENERATE_COMPONENT_TREE' ;
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ class RightTabs extends Component {
181
181
data = { [ this . findChildren ( focusComponent , components , tree ) ] }
182
182
// data={[this.generateComponentTree(focusComponent.id, components)]}
183
183
separation = { { siblings : 0.2 , nonSiblings : 0.3 } }
184
- transitionDuration = { 350 }
184
+ transitionDuration = { 0 }
185
185
translate = { this . state . translate }
186
186
styles = { {
187
187
nodes : {
You can’t perform that action at this time.
0 commit comments