@@ -395,6 +395,7 @@ const del2 = async () => {
type: "success",
message: "删除成功",
});
+ editor.value.history = []
backPageHandler();
};