Merge pull request #9285 from kalutkaz/fix/helpPopupType

Add type "button" for help popup
This commit is contained in:
Igor Kulikov 2023-09-19 17:47:26 +03:00 committed by GitHub
commit 9505b302e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@
<div #toggleHelpTextButton <div #toggleHelpTextButton
(click)="toggleHelp()"> (click)="toggleHelp()">
<button mat-button <button mat-button
type="button"
color="primary" color="primary"
class="tb-help-popup-text-button" class="tb-help-popup-text-button"
[class]="{'mat-mdc-outlined-button mdc-button--outlined': popoverVisible && popoverReady, [class]="{'mat-mdc-outlined-button mdc-button--outlined': popoverVisible && popoverReady,