Skip to content

Commit

Permalink
feat(rich-text): o formulário é submetido ao clicar no tooltip
Browse files Browse the repository at this point in the history
O formulário é submetido ao clicar no tooltip do input de cores

Fixes DTHFUI-7755
  • Loading branch information
anliben committed Oct 20, 2023
1 parent 6eb01fa commit fd4f154
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 fd4f154

Please sign in to comment.