This commit is contained in:
Vanessa 2023-11-29 10:38:54 +08:00
parent aa17cc26b3
commit 186e6c8b0a
2 changed files with 16 additions and 16 deletions

View file

@ -414,4 +414,4 @@ export const setReadonlyByConfig = (protyle: IProtyle) => {
} else {
enableProtyle(protyle);
}
}
};