Skip to content

Commit 78b4964

Browse files
small Tree changes
1 parent 0288ff8 commit 78b4964

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/actionTypes/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ export const ADD_PROP = 'ADD_PROP';
2626
export const DELETE_ALL_DATA = 'DELETE_ALL_DATA';
2727
export const CHANGE_IMAGE_PATH = 'CHANGE_IMAGE_PATH';
2828
export const UPDATE_HTML_ATTR = 'UPDATE_HTML_ATTR';
29-
export const GENERATE_COMPONENT_TREE = 'GENERATE_COMPONENT_TREE';

src/components/RightTabs.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class RightTabs extends Component {
181181
data={[this.findChildren(focusComponent, components, tree)]}
182182
// data={[this.generateComponentTree(focusComponent.id, components)]}
183183
separation={{ siblings: 0.2, nonSiblings: 0.3 }}
184-
transitionDuration={350}
184+
transitionDuration={0}
185185
translate={this.state.translate}
186186
styles={{
187187
nodes: {

0 commit comments

Comments
 (0)