exadel-inc/esl

View on GitHub

Comparing main to docs/rtl-switcher-component

Last commit 521633be over 3 years ago
Compare on GitHub

Showing 1 of 1 total issue

Similar blocks of code found in 2 locations. Consider refactoring.
New

protected updateTarget() {
if (!this.target) return;
this.$target = TraversingQuery.first(this.target, this) as HTMLElement;
}
Severity: Minor
Found in pages/src/rtl-switcher/rtl-switcher.ts and 1 other location - About 30 mins to fix
src/modules/esl-trigger/core/esl-trigger.ts on lines 127..130
Category
Status
FileMaintainabilityTest Coverage
pages/src/rtl-switcher/rtl-switcher.ts
A
30 mins