mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
fix linting issues
This commit is contained in:
parent
768b8bd8a2
commit
62fe606aa2
@ -131,7 +131,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
percentage() {
|
||||
return Math.round(100 / this.limit * this.editor.getCharacterCount())
|
||||
return Math.round((100 / this.limit) * this.editor.getCharacterCount())
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user