Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Sep 17, 2024
1 parent 4ca3fce commit 6630eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion projects/core/directives/appearance/appearance.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ export class TuiAppearance {
afterNextRender(() => {
this.el.classList.toggle(
'tui-appearance-initializing',
// eslint-disable-next-line Triggering reflow so there's no transition
// Triggering reflow so there's no transition
// eslint-disable-next-line
!!this.el.offsetWidth && false,
);
});
Expand Down

0 comments on commit 6630eb3

Please sign in to comment.