Upgrade note-editor schema to v7:
- Allow ul/ol nodes to have `dir` attribute
This commit is contained in:
parent
c083c69be1
commit
23a4a14b44
2 changed files with 2 additions and 2 deletions
|
@ -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
|
Loading…
Reference in a new issue