File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ export default class GleapConfigManager {
87
87
this . flowConfig = flowConfig ;
88
88
this . projectActions = projectActions ;
89
89
90
- // Send config update.
91
- GleapFrameManager . getInstance ( ) . sendConfigUpdate ( ) ;
92
- GleapFeedbackButtonManager . getInstance ( ) . updateFeedbackButtonState ( ) ;
93
-
94
90
if ( flowConfig . color ) {
95
91
Gleap . setStyles (
96
92
flowConfig . color ,
@@ -103,6 +99,10 @@ export default class GleapConfigManager {
103
99
) ;
104
100
}
105
101
102
+ // Send config update.
103
+ GleapFrameManager . getInstance ( ) . sendConfigUpdate ( ) ;
104
+ GleapFeedbackButtonManager . getInstance ( ) . updateFeedbackButtonState ( ) ;
105
+
106
106
if ( flowConfig . enableReplays ) {
107
107
GleapReplayRecorder . getInstance ( ) . start ( ) ;
108
108
} else {
You can’t perform that action at this time.
0 commit comments