File tree 1 file changed +3
-3
lines changed
front_end/panels/freestyler
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ export class FreestylerPanel extends UI.Panel.Panel {
137
137
}
138
138
139
139
this . #viewProps. selectedNode = ev . data ;
140
- this . #clearMessages ( ) ;
140
+ this . doUpdate ( ) ;
141
141
} ) ;
142
142
this . doUpdate ( ) ;
143
143
}
@@ -182,12 +182,12 @@ export class FreestylerPanel extends UI.Panel.Panel {
182
182
switch ( actionId ) {
183
183
case 'freestyler.element-panel-context' : {
184
184
Host . userMetrics . actionTaken ( Host . UserMetrics . Action . FreestylerOpenedFromElementsPanel ) ;
185
- this . #clearMessages ( ) ;
185
+ this . doUpdate ( ) ;
186
186
break ;
187
187
}
188
188
case 'freestyler.style-tab-context' : {
189
189
Host . userMetrics . actionTaken ( Host . UserMetrics . Action . FreestylerOpenedFromStylesTab ) ;
190
- this . #clearMessages ( ) ;
190
+ this . doUpdate ( ) ;
191
191
break ;
192
192
}
193
193
}
You can’t perform that action at this time.
0 commit comments