Skip to content

Commit

Permalink
feat(rich-text): impede envio de dados ao escolher cor
Browse files Browse the repository at this point in the history
Impede formulário de ser submetido ao clicar no botão de seleção de cores

Fixes DTHFUI-7755
  • Loading branch information
anliben authored and rafaellmarques committed Oct 26, 2023
1 parent f92633d commit d7a7f24
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<div *ngIf="!isInternetExplorer" class="po-rich-text-toolbar-button-align" data-rich-text-toolbar="color">
<div class="po-rich-text-toolbar-color-picker-container">
<button
type="button"
class="po-button po-button-default po-rich-text-toolbar-color-picker-button"
[disabled]="readonly"
[p-tooltip]="literals.textColor"
Expand Down

0 comments on commit d7a7f24

Please sign in to comment.