File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed 
front_end/panels/freestyler Expand file tree Collapse file tree 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 {
137137      } 
138138
139139      this . #viewProps. selectedNode  =  ev . data ; 
140-       this . #clearMessages ( ) ; 
140+       this . doUpdate ( ) ; 
141141    } ) ; 
142142    this . doUpdate ( ) ; 
143143  } 
@@ -182,12 +182,12 @@ export class FreestylerPanel extends UI.Panel.Panel {
182182    switch  ( actionId )  { 
183183      case  'freestyler.element-panel-context' : { 
184184        Host . userMetrics . actionTaken ( Host . UserMetrics . Action . FreestylerOpenedFromElementsPanel ) ; 
185-         this . #clearMessages ( ) ; 
185+         this . doUpdate ( ) ; 
186186        break ; 
187187      } 
188188      case  'freestyler.style-tab-context' : { 
189189        Host . userMetrics . actionTaken ( Host . UserMetrics . Action . FreestylerOpenedFromStylesTab ) ; 
190-         this . #clearMessages ( ) ; 
190+         this . doUpdate ( ) ; 
191191        break ; 
192192      } 
193193    } 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments