Skip to content
Snippets Groups Projects
Commit 7ec2cdff authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #12091 TIME 0 dis. action when editing editor

parent 84750a19
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ ...@@ -148,7 +148,7 @@
</ng-container> </ng-container>
</mat-menu> </mat-menu>
<button mat-button *ngIf="!appService.getViewMode()" <button mat-button *ngIf="!appService.getViewMode()"
[disabled]="actionService.loading || selectedAction.id === 0" class="button-form-primary-filled" [disabled]="actionService.loading || selectedAction.id === 0 || (appDocumentViewer !== undefined && !appDocumentViewer.isEditorLoaded())" class="button-form-primary-filled"
style="width: 150px;align-items: center;justify-content: center;text-align: center;display: flex;" style="width: 150px;align-items: center;justify-content: center;text-align: center;display: flex;"
(click)="onSubmit()">{{lang.validate}}</button> (click)="onSubmit()">{{lang.validate}}</button>
<button mat-icon-button *ngIf="appService.getViewMode()" class="button-form-primary" <button mat-icon-button *ngIf="appService.getViewMode()" class="button-form-primary"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment