RED-6150: lint
This commit is contained in:
parent
5c442ced9f
commit
d8eff726c9
@ -25,7 +25,7 @@ export class HelpModeComponent {
|
||||
const node = (event.target as IqserEventTarget).localName;
|
||||
if (!this.helpModeService.isHelpModeActive && node !== 'input' && node !== 'textarea') {
|
||||
if (this.helpModeService.helpButtonKey) {
|
||||
const url = this.helpModeService.generateDocsLink(this.helpModeService.helpButtonKey);;
|
||||
const url = this.helpModeService.generateDocsLink(this.helpModeService.helpButtonKey);
|
||||
window.open(url, '_blank');
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user