This commit is contained in:
Vanessa 2023-02-27 11:47:28 +08:00
parent e98fd38a87
commit bfaa27f43f

View file

@ -94,9 +94,9 @@ export class Protyle {
break;
case "readonly":
if (data.data) {
enableProtyle(this.protyle);
} else {
disabledProtyle(this.protyle);
} else {
enableProtyle(this.protyle);
}
break;
case "heading2doc":