Race condition: Sequence editor trying to load tool coords before app has loaded

pull/1036/head
Rick Carlino 2018-11-05 11:53:08 -06:00
parent 88aa994b47
commit ba7bd47ac8
1 changed files with 2 additions and 1 deletions

View File

@ -81,7 +81,8 @@ const MUST_LOAD: ResourceName[] = [
"Sequence",
"Regimen",
"FarmEvent",
"Point"
"Point",
"Tool" // Sequence editor needs this for rendering.
];
@connect(mapStateToProps)