Upgrade note-editor schema to v7:

- Allow ul/ol nodes to have `dir` attribute
This commit is contained in:
Martynas Bagdonas 2022-03-23 12:35:08 +02:00
parent c083c69be1
commit 23a4a14b44
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ const DOWNLOADED_IMAGE_TYPE = [
];
// Schema version here has to be the same as in note-editor!
const SCHEMA_VERSION = 6;
const SCHEMA_VERSION = 7;
class EditorInstance {
constructor() {

@ -1 +1 @@
Subproject commit 7690fdc9f78d65353215d48a71a1bf6e31f8c47d
Subproject commit 722536a87eedccf59255b47bd93115c0479cc2e8