Upgrade note-editor schema to v8:

- Allow highlight and citation nodes in headers

Fixes #2467
Related #2390
This commit is contained in:
Martynas Bagdonas 2022-03-24 10:21:04 +02:00
parent 98f2d202a2
commit 62f07a7356
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 = 7;
const SCHEMA_VERSION = 8;
class EditorInstance {
constructor() {

@ -1 +1 @@
Subproject commit 2aa37bcafe87addaba02604f38f4b4358e4a37df
Subproject commit 581c56d27a6ddb0ff26932bbf18176251a15b990