1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

fix color for even rows in table

This commit is contained in:
Baptiste Augrain
2018-10-19 14:06:21 +02:00
parent 71ae42056f
commit 5aaecfc0fe
3 changed files with 45 additions and 7 deletions

View File

@@ -54,6 +54,9 @@
stream.skipToEnd()
return null
},
blankLine(state) {
state.inTable = false
}
}