FEATURE: Allows note to be edited (#350)

This commit is contained in:
Natalie Tay 2022-06-18 00:06:23 +08:00 committed by GitHub
parent 0b5f688451
commit 169f13e239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -580,7 +580,7 @@ function initialize(api) {
].includes(transformed.actionCode)
) {
transformed.isSmallAction = true;
transformed.canEdit = false;
transformed.canEdit = true;
}
});