Skip to content

Commit

Permalink
fix: add attribute type="button" at insert-command.component to preve…
Browse files Browse the repository at this point in the history
…nt form submit
  • Loading branch information
Vitali Huchak committed Nov 12, 2024
1 parent 0080e31 commit ac30697
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<button
type="button"
class="NgxEditor__MenuItem--Icon"
[disabled]="disabled"
[class.NgxEditor--Disabled]="disabled"
Expand Down

0 comments on commit ac30697

Please sign in to comment.