fix linting issues

This commit is contained in:
Hans Pagel 2021-01-27 12:12:08 +01:00
parent 768b8bd8a2
commit 62fe606aa2

View File

@ -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())
},
},