From a930cfe6965b54bdaa68b9acb132d0cdf600a6b4 Mon Sep 17 00:00:00 2001 From: Mazdak Gibran <141390141+mazdakgibran@users.noreply.github.com> Date: Thu, 29 Jan 2026 17:51:07 +0500 Subject: [PATCH] Update app.component.ts --- src/app/app.component.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index ea2cefd..4ca0dcf 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -35,9 +35,9 @@ export class AppComponent { this.direction = this.storageService.getItem('direction') || directions.LTR; this.storageService.setItem('direction', this.direction); - if (typeof document !== 'undefined') { - document.documentElement.setAttribute('dir', this.direction); - } + // if (typeof document !== 'undefined') { + // document.documentElement.setAttribute('dir', this.direction); + // } const userStr = this.storageService.getItem('user'); if (userStr) {