This commit is contained in:
Vanessa 2022-07-20 09:08:49 +08:00
parent b53c0e4758
commit 85aaede426
4 changed files with 8 additions and 11 deletions

View file

@ -457,7 +457,7 @@ export class Graph extends Model {
}, response => {
element.classList.remove("fn__rotate");
if (id) {
this.blockId = id
this.blockId = id;
}
if (!isCurrentEditor(this.blockId)) {
return;