Skip to content

Commit

Permalink
fix: abrir arquivo com ql-text-indent-0px
Browse files Browse the repository at this point in the history
refs #730
  • Loading branch information
fragomeni committed Sep 23, 2023
1 parent 379f208 commit 36670b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,6 @@ export class EditorTextoRicoComponent extends connect(rootStore)(LitElement) {
this.texto = texto;

const textoAjustado = (texto || '')
.replace(/indent/g, 'ql-indent')
.replace(/align-justify/g, 'ql-align-justify')
.replace(/align-center/g, 'ql-align-center')
.replace(/align-right/g, 'ql-align-right');
Expand Down

0 comments on commit 36670b3

Please sign in to comment.