Vanessa 2023-12-01 15:58:25 +08:00
parent 45a8c97e9f
commit ae135681c4
3 changed files with 1 additions and 3 deletions

View file

@ -301,7 +301,6 @@ export const refreshAV = (protyle: IProtyle, operation: IOperation, isUndo: bool
}
titleElement.textContent = operation.data;
titleElement.dataset.title = operation.data;
item.querySelector(".layout-tab-bar .item__text").textContent = operation.data;
});
}
if (lastParentID === operation.parentID && protyle.contentElement.isSameNode(lastElement)) {