Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
VILLASweb
Commits
aa781711
Commit
aa781711
authored
Nov 21, 2018
by
Steffen Vogel
🎅🏼
Browse files
whitespace cleanups
parent
a609d540
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/containers/visualization.js
View file @
aa781711
...
...
@@ -81,8 +81,7 @@ class Visualization extends React.Component {
modalIndex
:
prevState
.
modalIndex
||
null
,
maxWidgetHeight
:
prevState
.
maxWidgetHeight
||
0
,
dropZoneHeight
:
prevState
.
dropZoneHeight
||
0
,
last_widget_key
:
prevState
.
last_widget_key
||
0
dropZoneHeight
:
prevState
.
dropZoneHeight
||
0
};
}
...
...
@@ -169,7 +168,7 @@ class Visualization extends React.Component {
// convert widgets list to a dictionary
var
visualization
=
Object
.
assign
({},
tempVisualization
,
{
widgets
:
tempVisualization
.
widgets
?
this
.
transformToWidgetsDict
(
tempVisualization
.
widgets
)
:
{}
widgets
:
tempVisualization
.
widgets
?
this
.
transformToWidgetsDict
(
tempVisualization
.
widgets
)
:
{}
});
this
.
computeHeightWithWidgets
(
visualization
.
widgets
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment