Skip to content

Commit 84730a4

Browse files
author
pipeline
committed
config(ej2-5376): replaced the link.
1 parent 8c699e2 commit 84730a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
11 Bytes
Binary file not shown.

src/common/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -574,10 +574,10 @@ export function toggleLeftPane(): void {
574574
* Resize event processing
575575
*/
576576
function processResize(e: any): void {
577-
if (resizeManualTrigger) {
577+
isMobile = document.body.offsetWidth <= 550;
578+
if (resizeManualTrigger || (isMobile && !select('.sb-mobile-right-pane').classList.contains('sb-hide'))) {
578579
return;
579580
}
580-
isMobile = document.body.offsetWidth <= 550;
581581
isTablet = document.body.offsetWidth >= 550 && document.body.offsetWidth <= 850;
582582
isPc = document.body.offsetWidth >= 850;
583583
processDeviceDependables();

0 commit comments

Comments
 (0)