File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 281281                                < a  href ="https://help.syncfusion.com/essential-js2/documentation/ " target ="_blank "> 
282282                                    < div  class ="sb-footer-link "> Documentation</ div > 
283283                                </ a > 
284-                                 < a  href ="https://www.syncfusion.com/forums/essentialjs2  " target ="_blank "> 
284+                                 < a  href ="https://www.syncfusion.com/forums/essential-js2  " target ="_blank "> 
285285                                    < div  class ="sb-footer-link "> Forum</ div > 
286286                                </ a > 
287287                                < a  href ="https://www.syncfusion.com/blogs/ " target ="_blank "> 
Original file line number Diff line number Diff line change @@ -508,10 +508,10 @@ function onPrevButtonClick(arg: MouseEvent): void {
508508 * Resize event processing 
509509 */ 
510510function  processResize ( e : any ) : void   { 
511-     if  ( resizeManualTrigger )  { 
511+     isMobile  =  window . matchMedia ( '(max-width:550px)' ) . matches ; 
512+     if  ( resizeManualTrigger  ||  ( isMobile  &&  ! select ( '.sb-mobile-right-pane' ) . classList . contains ( 'sb-hide' ) ) )  { 
512513        return ; 
513514    } 
514-     isMobile  =  window . matchMedia ( '(max-width:550px)' ) . matches ; 
515515    isTablet  =  window . matchMedia ( '(min-width:550px) and (max-width: 850px)' ) . matches ; 
516516    isPc  =  window . matchMedia ( '(min-width:850px)' ) . matches ; 
517517    processDeviceDependables ( ) ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments